Convert temperatures between Celsius, Fahrenheit, Kelvin, Rankine, and Delisle instantly. Common reference points included.
Enter one temperature and all 5 scales fill in at once, because the conversion you need is rarely the one you expected to need. The Temperature Converter covers Celsius, Fahrenheit and Kelvin alongside Rankine, which engineering thermodynamics still uses, and Delisle, which runs backwards and is the reason the list is worth reading twice.
Every conversion pivots through Celsius rather than being hard-coded pair by pair. That keeps 20 possible conversions down to 10 short functions and means a rounding quirk cannot appear on one route and not another.
Six reference points sit at the foot, from absolute zero to a baking oven, each showing its Celsius and Fahrenheit values. Clicking one loads it into the input converted into whatever unit you currently have selected, which is a quicker way to sanity-check a scale you do not use daily than typing a number and hoping.
Type 37 with °C selected. Fahrenheit returns 98.6, the familiar figure. Kelvin gives 310.15, since the two scales differ by a fixed 273.15 and share a degree size. Rankine gives 558.27, being Kelvin scaled by nine fifths. Delisle gives 94.5, and it falls as temperature rises, which is why boiling water sits at 0 on that scale and freezing water at 150.
-40, the one value that reads the same on both.-300 in Celsius and you get a negative Kelvin figure, which is physically meaningless and mathematically exactly what the formula says.98.6000 F rather than the trimmed form on screen.62.71144.878335.86604.54855.935Common Reference Points