Shades of Turquoise #37E9D4
Tints of Turquoise #37E9D4
RGB
CMYK
RGB Variations
Color information
#37E9D4 (or 0x37E9D4) is known color: Turquoise. HEX triplet: 37, E9 and D4. RGB value is (55,233,212). Sum of RGB (Red+Green+Blue) = 55+233+212=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #37E9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E9D4 is #C8162B. Grayscale: #B1B1B1. Windows color (decimal): -13112876 or 13953335. OLE color: 13953335.
HSL color Cylindrical-coordinate representation of color #37E9D4: hue angle of 172.92º degrees, saturation: 0.8, 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 #37E9D4 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 233 | 212 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.09 |
| HSL | 172.92º | 0.8% | 0.56% | - |
| HSV(B) | 172.92º | 0.76% | 0.91% | - |
| XYZ | 42.6 | 63.84 | 72.37 | - |
| YUV | 177.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 233 | 212 | 0.76 | 0 | 0.09 | 0.09 | 172.92 | 0.8 | 0.56 |
| Hex | 37 | E9 | D4 | 4C | 0 | 9 | 9 | AD | 50 | 38 |
| Octal | 67 | 351 | 324 | 114 | 0 | 11 | 11 | 255 | 120 | 70 |
| Binary | 110111 | 11101001 | 11010100 | 1001100 | 0 | 1001 | 1001 | 10101101 | 1010000 | 111000 |
Color Harmonies of #37E9D4
Complementary color
Monochromatic Colors of #37E9D4
Black with #37E9D4
Text Example
Text Example
White with #37E9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E9D4; }
p { color: rgb(55,233,212); }
H1.HeaderClassName
{
color: #37E9D4;
}
.AnyTagClassName
{
color: #37E9D4;
}
</style>
background-color css
<style>
a { background-color: #37E9D4; }
a { background-color: rgb(55,233,212); }
div.DivClassName
{
background-color: #37E9D4;
}
.BgClassName
{
background-color: #37E9D4;
}
</style>
border-color css
<style>
span { border-color: #37E9D4; }
span { border-color: rgb(55,233,212); }
td.TdClassName
{
border-color: #37E9D4;
}
.TagClassName
{
border-color: #37E9D4;
}
</style>