Shades of Turquoise #37E8CE
Tints of Turquoise #37E8CE
RGB
CMYK
RGB Variations
Color information
#37E8CE (or 0x37E8CE) is known color: Turquoise. HEX triplet: 37, E8 and CE. RGB value is (55,232,206). Sum of RGB (Red+Green+Blue) = 55+232+206=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #37E8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E8CE is #C81731. Grayscale: #B0B0B0. Windows color (decimal): -13113138 or 13559863. OLE color: 13559863.
HSL color Cylindrical-coordinate representation of color #37E8CE: hue angle of 171.19º 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 #37E8CE is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 232 | 206 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.09 |
| HSL | 171.19º | 0.79% | 0.56% | - |
| HSV(B) | 171.19º | 0.76% | 0.91% | - |
| XYZ | 41.57 | 62.98 | 68.36 | - |
| YUV | 176.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 232 | 206 | 0.76 | 0 | 0.11 | 0.09 | 171.19 | 0.79 | 0.56 |
| Hex | 37 | E8 | CE | 4C | 0 | B | 9 | AB | 4F | 38 |
| Octal | 67 | 350 | 316 | 114 | 0 | 13 | 11 | 253 | 117 | 70 |
| Binary | 110111 | 11101000 | 11001110 | 1001100 | 0 | 1011 | 1001 | 10101011 | 1001111 | 111000 |
Color Harmonies of #37E8CE
Complementary color
Monochromatic Colors of #37E8CE
Black with #37E8CE
Text Example
Text Example
White with #37E8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E8CE; }
p { color: rgb(55,232,206); }
H1.HeaderClassName
{
color: #37E8CE;
}
.AnyTagClassName
{
color: #37E8CE;
}
</style>
background-color css
<style>
a { background-color: #37E8CE; }
a { background-color: rgb(55,232,206); }
div.DivClassName
{
background-color: #37E8CE;
}
.BgClassName
{
background-color: #37E8CE;
}
</style>
border-color css
<style>
span { border-color: #37E8CE; }
span { border-color: rgb(55,232,206); }
td.TdClassName
{
border-color: #37E8CE;
}
.TagClassName
{
border-color: #37E8CE;
}
</style>