Shades of Turquoise #37EECB
Tints of Turquoise #37EECB
RGB
CMYK
RGB Variations
Color information
#37EECB (or 0x37EECB) is known color: Turquoise. HEX triplet: 37, EE and CB. RGB value is (55,238,203). Sum of RGB (Red+Green+Blue) = 55+238+203=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #37EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EECB is #C81134. Grayscale: #B3B3B3. Windows color (decimal): -13111605 or 13364791. OLE color: 13364791.
HSL color Cylindrical-coordinate representation of color #37EECB: hue angle of 168.52º 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 #37EECB is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 203 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.07 |
| HSL | 168.52º | 0.84% | 0.57% | - |
| HSV(B) | 168.52º | 0.77% | 0.93% | - |
| XYZ | 42.93 | 66.27 | 67.03 | - |
| YUV | 179.29 | 141.37 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 203 | 0.77 | 0 | 0.15 | 0.07 | 168.52 | 0.84 | 0.57 |
| Hex | 37 | EE | CB | 4D | 0 | F | 7 | A9 | 54 | 39 |
| Octal | 67 | 356 | 313 | 115 | 0 | 17 | 7 | 251 | 124 | 71 |
| Binary | 110111 | 11101110 | 11001011 | 1001101 | 0 | 1111 | 111 | 10101001 | 1010100 | 111001 |
Color Harmonies of #37EECB
Complementary color
Monochromatic Colors of #37EECB
Black with #37EECB
Text Example
Text Example
White with #37EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EECB; }
p { color: rgb(55,238,203); }
H1.HeaderClassName
{
color: #37EECB;
}
.AnyTagClassName
{
color: #37EECB;
}
</style>
background-color css
<style>
a { background-color: #37EECB; }
a { background-color: rgb(55,238,203); }
div.DivClassName
{
background-color: #37EECB;
}
.BgClassName
{
background-color: #37EECB;
}
</style>
border-color css
<style>
span { border-color: #37EECB; }
span { border-color: rgb(55,238,203); }
td.TdClassName
{
border-color: #37EECB;
}
.TagClassName
{
border-color: #37EECB;
}
</style>