Temperature Converter
Convert a temperature between Celsius, Fahrenheit, and Kelvin. Enter a value in any of the three scales and instantly see its equivalent in the other two, with validation against absolute zero.
How it works
- Enter the temperature value you want to convert.
- Select the source scale: Celsius, Fahrenheit, or Kelvin.
- The tool internally converts the value to Celsius as an intermediate step, and from there calculates the equivalent in the other two scales.
- The results in the two remaining scales are shown simultaneously, with no need to choose a target unit.
- If the entered value is below absolute zero (-273.15 °C, 0 K), an error message is shown instead of an impossible result.
Use cases
- Converting a recipe's temperature between Fahrenheit (common in US recipes) and Celsius.
- Converting the weather temperature when reading a forecast or site that uses a different scale than the one you're used to.
- Converting scientific temperatures to Kelvin for physics or chemistry calculations.
- Quickly checking temperature equivalents when setting an oven, refrigerator, or appliance with a scale different from the usual one.
Use cases
- Converting a recipe's temperature between Fahrenheit (common in US recipes) and Celsius.
- Converting the weather temperature when reading a forecast or site that uses a different scale than the one you're used to.
- Converting scientific temperatures to Kelvin for physics or chemistry calculations.
- Quickly checking temperature equivalents when setting an oven, refrigerator, or appliance with a scale different from the usual one.
Common mistakes
- Entering a negative value in Kelvin, for example -10 K, expecting a valid result.The Kelvin scale has no negative values: 0 K is absolute zero, the lowest possible temperature. The tool rejects negative Kelvin values and shows an error message.
- Entering a Celsius or Fahrenheit value below the equivalent of absolute zero (-273.15 °C or -459.67 °F).No temperature scale can go below absolute zero. The tool converts the value to Celsius internally and checks that it isn't lower than -273.15 °C, regardless of which scale you entered it in.
- Mixing up the Celsius-to-Fahrenheit conversion formula, for example adding 32 before multiplying by 9/5 instead of after.Order matters: Celsius to Fahrenheit is (°C × 9/5) + 32; Fahrenheit to Celsius is (°F − 32) × 5/9. The tool applies the correct formula automatically, so you don't need to memorize it.
Frequently asked questions
Celsius to Fahrenheit: °F = (°C × 9/5) + 32. Fahrenheit to Celsius: °C = (°F − 32) × 5/9. For example, 100 °C equals 212 °F.
Because 0 Kelvin represents absolute zero, the lowest theoretically possible temperature; there are no negative values on this scale. The tool checks for this and shows an error if you try to enter a negative Kelvin value.
The tool converts the value to Celsius internally and checks that it isn't lower than -273.15 °C (absolute zero). If it is, it shows an error message instead of a physically meaningless result.
No. You only choose the scale of the value you enter; the tool automatically shows the result in the other two scales at the same time.
Alternatives
The conversion formula between these three scales is short and can be calculated by hand or with any calculator, but it's easy to reverse the order of the subtraction or multiplication. This tool shows all three scales at once, without you having to manually pick a target unit or remember the formula.