Shades of Turquoise #37E8C0
Tints of Turquoise #37E8C0
RGB
CMYK
RGB Variations
Color information
#37E8C0 (or 0x37E8C0) is known color: Turquoise. HEX triplet: 37, E8 and C0. RGB value is (55,232,192). Sum of RGB (Red+Green+Blue) = 55+232+192=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #37E8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E8C0 is #C8173F. Grayscale: #AEAEAE. Windows color (decimal): -13113152 or 12642359. OLE color: 12642359.
HSL color Cylindrical-coordinate representation of color #37E8C0: hue angle of 166.44º 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 #37E8C0 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 232 | 192 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.09 |
| HSL | 166.44º | 0.79% | 0.56% | - |
| HSV(B) | 166.44º | 0.76% | 0.91% | - |
| XYZ | 39.95 | 62.33 | 59.79 | - |
| YUV | 174.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 232 | 192 | 0.76 | 0 | 0.17 | 0.09 | 166.44 | 0.79 | 0.56 |
| Hex | 37 | E8 | C0 | 4C | 0 | 11 | 9 | A6 | 4F | 38 |
| Octal | 67 | 350 | 300 | 114 | 0 | 21 | 11 | 246 | 117 | 70 |
| Binary | 110111 | 11101000 | 11000000 | 1001100 | 0 | 10001 | 1001 | 10100110 | 1001111 | 111000 |
Color Harmonies of #37E8C0
Complementary color
Monochromatic Colors of #37E8C0
Black with #37E8C0
Text Example
Text Example
White with #37E8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E8C0; }
p { color: rgb(55,232,192); }
H1.HeaderClassName
{
color: #37E8C0;
}
.AnyTagClassName
{
color: #37E8C0;
}
</style>
background-color css
<style>
a { background-color: #37E8C0; }
a { background-color: rgb(55,232,192); }
div.DivClassName
{
background-color: #37E8C0;
}
.BgClassName
{
background-color: #37E8C0;
}
</style>
border-color css
<style>
span { border-color: #37E8C0; }
span { border-color: rgb(55,232,192); }
td.TdClassName
{
border-color: #37E8C0;
}
.TagClassName
{
border-color: #37E8C0;
}
</style>