body temperature
- Temperature
- 37
- From
- Celsius
- To
- Fahrenheit
Result98.6
arithmetic identity: 37 x 9/5 + 32
Open this exampleTemperature between Celsius, Fahrenheit and Kelvin. Unlike every other converter on the site this one has an offset as well as a scale, which is why you cannot convert a temperature *difference* the same way.
Also called: celsius to fahrenheit, c to f, kelvin converter.
37° c is 98.6° f.
Celsius and Fahrenheit share no zero point, so the conversion is affine rather than a simple multiplication. That matters more than it sounds: a rise of 10 °C is a rise of 18 °F, not 50 °F, and applying the full formula to a difference is a common and quiet error. Kelvin shares Celsius's scale with an offset to absolute zero.
F = C * 9/5 + 32; K = C + 273.15Each of these is asserted on every build. If a change to the engine ever moved one of these answers, the build would fail before the page could print it.
Result98.6
arithmetic identity: 37 x 9/5 + 32
Open this exampleResult-273.15
definition of the Kelvin scale
Open this exampleResult-40
boundary: the one temperature where both scales agree
Open this example