Shades of Turquoise #37EECC
Tints of Turquoise #37EECC
RGB
CMYK
RGB Variations
Color information
#37EECC (or 0x37EECC) is known color: Turquoise. HEX triplet: 37, EE and CC. RGB value is (55,238,204). Sum of RGB (Red+Green+Blue) = 55+238+204=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #37EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EECC is #C81133. Grayscale: #B3B3B3. Windows color (decimal): -13111604 or 13430327. OLE color: 13430327.
HSL color Cylindrical-coordinate representation of color #37EECC: hue angle of 168.85º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EECC is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 204 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.07 |
| HSL | 168.85º | 0.84% | 0.57% | - |
| HSV(B) | 168.85º | 0.77% | 0.93% | - |
| XYZ | 43.05 | 66.32 | 67.66 | - |
| YUV | 179.41 | 141.87 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 204 | 0.77 | 0 | 0.14 | 0.07 | 168.85 | 0.84 | 0.57 |
| Hex | 37 | EE | CC | 4D | 0 | E | 7 | A9 | 54 | 39 |
| Octal | 67 | 356 | 314 | 115 | 0 | 16 | 7 | 251 | 124 | 71 |
| Binary | 110111 | 11101110 | 11001100 | 1001101 | 0 | 1110 | 111 | 10101001 | 1010100 | 111001 |
Color Harmonies of #37EECC
Complementary color
Monochromatic Colors of #37EECC
Black with #37EECC
Text Example
Text Example
White with #37EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EECC; }
p { color: rgb(55,238,204); }
H1.HeaderClassName
{
color: #37EECC;
}
.AnyTagClassName
{
color: #37EECC;
}
</style>
background-color css
<style>
a { background-color: #37EECC; }
a { background-color: rgb(55,238,204); }
div.DivClassName
{
background-color: #37EECC;
}
.BgClassName
{
background-color: #37EECC;
}
</style>
border-color css
<style>
span { border-color: #37EECC; }
span { border-color: rgb(55,238,204); }
td.TdClassName
{
border-color: #37EECC;
}
.TagClassName
{
border-color: #37EECC;
}
</style>