Shades of Turquoise #37E8D9
Tints of Turquoise #37E8D9
RGB
CMYK
RGB Variations
Color information
#37E8D9 (or 0x37E8D9) is known color: Turquoise. HEX triplet: 37, E8 and D9. RGB value is (55,232,217). Sum of RGB (Red+Green+Blue) = 55+232+217=504 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.91% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #37E8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E8D9 is #C81726. Grayscale: #B1B1B1. Windows color (decimal): -13113127 or 14280759. OLE color: 14280759.
HSL color Cylindrical-coordinate representation of color #37E8D9: hue angle of 174.92º 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 #37E8D9 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 232 | 217 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.09 |
| HSL | 174.92º | 0.79% | 0.56% | - |
| HSV(B) | 174.92º | 0.76% | 0.91% | - |
| XYZ | 42.96 | 63.54 | 75.65 | - |
| YUV | 177.37 | 150.36 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 232 | 217 | 0.76 | 0 | 0.06 | 0.09 | 174.92 | 0.79 | 0.56 |
| Hex | 37 | E8 | D9 | 4C | 0 | 6 | 9 | AF | 4F | 38 |
| Octal | 67 | 350 | 331 | 114 | 0 | 6 | 11 | 257 | 117 | 70 |
| Binary | 110111 | 11101000 | 11011001 | 1001100 | 0 | 110 | 1001 | 10101111 | 1001111 | 111000 |
Color Harmonies of #37E8D9
Complementary color
Monochromatic Colors of #37E8D9
Black with #37E8D9
Text Example
Text Example
White with #37E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E8D9; }
p { color: rgb(55,232,217); }
H1.HeaderClassName
{
color: #37E8D9;
}
.AnyTagClassName
{
color: #37E8D9;
}
</style>
background-color css
<style>
a { background-color: #37E8D9; }
a { background-color: rgb(55,232,217); }
div.DivClassName
{
background-color: #37E8D9;
}
.BgClassName
{
background-color: #37E8D9;
}
</style>
border-color css
<style>
span { border-color: #37E8D9; }
span { border-color: rgb(55,232,217); }
td.TdClassName
{
border-color: #37E8D9;
}
.TagClassName
{
border-color: #37E8D9;
}
</style>