Shades of Turquoise #37E8CD
Tints of Turquoise #37E8CD
RGB
CMYK
RGB Variations
Color information
#37E8CD (or 0x37E8CD) is known color: Turquoise. HEX triplet: 37, E8 and CD. RGB value is (55,232,205). Sum of RGB (Red+Green+Blue) = 55+232+205=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #37E8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E8CD is #C81732. Grayscale: #AFAFAF. Windows color (decimal): -13113139 or 13494327. OLE color: 13494327.
HSL color Cylindrical-coordinate representation of color #37E8CD: hue angle of 170.85º 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 #37E8CD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 232 | 205 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.09 |
| HSL | 170.85º | 0.79% | 0.56% | - |
| HSV(B) | 170.85º | 0.76% | 0.91% | - |
| XYZ | 41.45 | 62.93 | 67.72 | - |
| YUV | 176 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 232 | 205 | 0.76 | 0 | 0.12 | 0.09 | 170.85 | 0.79 | 0.56 |
| Hex | 37 | E8 | CD | 4C | 0 | C | 9 | AB | 4F | 38 |
| Octal | 67 | 350 | 315 | 114 | 0 | 14 | 11 | 253 | 117 | 70 |
| Binary | 110111 | 11101000 | 11001101 | 1001100 | 0 | 1100 | 1001 | 10101011 | 1001111 | 111000 |
Color Harmonies of #37E8CD
Complementary color
Monochromatic Colors of #37E8CD
Black with #37E8CD
Text Example
Text Example
White with #37E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E8CD; }
p { color: rgb(55,232,205); }
H1.HeaderClassName
{
color: #37E8CD;
}
.AnyTagClassName
{
color: #37E8CD;
}
</style>
background-color css
<style>
a { background-color: #37E8CD; }
a { background-color: rgb(55,232,205); }
div.DivClassName
{
background-color: #37E8CD;
}
.BgClassName
{
background-color: #37E8CD;
}
</style>
border-color css
<style>
span { border-color: #37E8CD; }
span { border-color: rgb(55,232,205); }
td.TdClassName
{
border-color: #37E8CD;
}
.TagClassName
{
border-color: #37E8CD;
}
</style>