Shades of Turquoise #37E8CF
Tints of Turquoise #37E8CF
RGB
CMYK
RGB Variations
Color information
#37E8CF (or 0x37E8CF) is known color: Turquoise. HEX triplet: 37, E8 and CF. RGB value is (55,232,207). Sum of RGB (Red+Green+Blue) = 55+232+207=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #37E8CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E8CF is #C81730. Grayscale: #B0B0B0. Windows color (decimal): -13113137 or 13625399. OLE color: 13625399.
HSL color Cylindrical-coordinate representation of color #37E8CF: hue angle of 171.53º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E8CF is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 232 | 207 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.09 |
| HSL | 171.53º | 0.79% | 0.56% | - |
| HSV(B) | 171.53º | 0.76% | 0.91% | - |
| XYZ | 41.69 | 63.03 | 69 | - |
| YUV | 176.23 | 145.36 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 232 | 207 | 0.76 | 0 | 0.11 | 0.09 | 171.53 | 0.79 | 0.56 |
| Hex | 37 | E8 | CF | 4C | 0 | B | 9 | AC | 4F | 38 |
| Octal | 67 | 350 | 317 | 114 | 0 | 13 | 11 | 254 | 117 | 70 |
| Binary | 110111 | 11101000 | 11001111 | 1001100 | 0 | 1011 | 1001 | 10101100 | 1001111 | 111000 |
Color Harmonies of #37E8CF
Complementary color
Monochromatic Colors of #37E8CF
Black with #37E8CF
Text Example
Text Example
White with #37E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E8CF; }
p { color: rgb(55,232,207); }
H1.HeaderClassName
{
color: #37E8CF;
}
.AnyTagClassName
{
color: #37E8CF;
}
</style>
background-color css
<style>
a { background-color: #37E8CF; }
a { background-color: rgb(55,232,207); }
div.DivClassName
{
background-color: #37E8CF;
}
.BgClassName
{
background-color: #37E8CF;
}
</style>
border-color css
<style>
span { border-color: #37E8CF; }
span { border-color: rgb(55,232,207); }
td.TdClassName
{
border-color: #37E8CF;
}
.TagClassName
{
border-color: #37E8CF;
}
</style>