Shades of Turquoise #37F4F0
Tints of Turquoise #37F4F0
RGB
CMYK
RGB Variations
Color information
#37F4F0 (or 0x37F4F0) is known color: Turquoise. HEX triplet: 37, F4 and F0. RGB value is (55,244,240). Sum of RGB (Red+Green+Blue) = 55+244+240=539 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.20% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F4F0 is #C80B0F. Grayscale: #BABABA. Windows color (decimal): -13110032 or 15791159. OLE color: 15791159.
HSL color Cylindrical-coordinate representation of color #37F4F0: hue angle of 178.73º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4F0 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 240 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.04 |
| HSL | 178.73º | 0.9% | 0.59% | - |
| HSV(B) | 178.73º | 0.77% | 0.96% | - |
| XYZ | 49.65 | 71.8 | 93.68 | - |
| YUV | 187.03 | 157.88 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 240 | 0.77 | 0 | 0.02 | 0.04 | 178.73 | 0.9 | 0.59 |
| Hex | 37 | F4 | F0 | 4D | 0 | 2 | 4 | B3 | 5A | 3B |
| Octal | 67 | 364 | 360 | 115 | 0 | 2 | 4 | 263 | 132 | 73 |
| Binary | 110111 | 11110100 | 11110000 | 1001101 | 0 | 10 | 100 | 10110011 | 1011010 | 111011 |
Color Harmonies of #37F4F0
Complementary color
Monochromatic Colors of #37F4F0
Black with #37F4F0
Text Example
Text Example
White with #37F4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F4F0; }
p { color: rgb(55,244,240); }
H1.HeaderClassName
{
color: #37F4F0;
}
.AnyTagClassName
{
color: #37F4F0;
}
</style>
background-color css
<style>
a { background-color: #37F4F0; }
a { background-color: rgb(55,244,240); }
div.DivClassName
{
background-color: #37F4F0;
}
.BgClassName
{
background-color: #37F4F0;
}
</style>
border-color css
<style>
span { border-color: #37F4F0; }
span { border-color: rgb(55,244,240); }
td.TdClassName
{
border-color: #37F4F0;
}
.TagClassName
{
border-color: #37F4F0;
}
</style>