Shades of Turquoise #37F5D6
Tints of Turquoise #37F5D6
RGB
CMYK
RGB Variations
Color information
#37F5D6 (or 0x37F5D6) is known color: Turquoise. HEX triplet: 37, F5 and D6. RGB value is (55,245,214). Sum of RGB (Red+Green+Blue) = 55+245+214=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #37F5D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F5D6 is #C80A29. Grayscale: #B8B8B8. Windows color (decimal): -13109802 or 14087479. OLE color: 14087479.
HSL color Cylindrical-coordinate representation of color #37F5D6: hue angle of 170.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F5D6 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 245 | 214 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.04 |
| HSL | 170.21º | 0.9% | 0.59% | - |
| HSV(B) | 170.21º | 0.78% | 0.96% | - |
| XYZ | 46.37 | 70.97 | 74.87 | - |
| YUV | 184.66 | 144.55 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 245 | 214 | 0.78 | 0 | 0.13 | 0.04 | 170.21 | 0.9 | 0.59 |
| Hex | 37 | F5 | D6 | 4E | 0 | D | 4 | AA | 5A | 3B |
| Octal | 67 | 365 | 326 | 116 | 0 | 15 | 4 | 252 | 132 | 73 |
| Binary | 110111 | 11110101 | 11010110 | 1001110 | 0 | 1101 | 100 | 10101010 | 1011010 | 111011 |
Color Harmonies of #37F5D6
Complementary color
Monochromatic Colors of #37F5D6
Black with #37F5D6
Text Example
Text Example
White with #37F5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F5D6; }
p { color: rgb(55,245,214); }
H1.HeaderClassName
{
color: #37F5D6;
}
.AnyTagClassName
{
color: #37F5D6;
}
</style>
background-color css
<style>
a { background-color: #37F5D6; }
a { background-color: rgb(55,245,214); }
div.DivClassName
{
background-color: #37F5D6;
}
.BgClassName
{
background-color: #37F5D6;
}
</style>
border-color css
<style>
span { border-color: #37F5D6; }
span { border-color: rgb(55,245,214); }
td.TdClassName
{
border-color: #37F5D6;
}
.TagClassName
{
border-color: #37F5D6;
}
</style>