Shades of Turquoise #37EECA
Tints of Turquoise #37EECA
RGB
CMYK
RGB Variations
Color information
#37EECA (or 0x37EECA) is known color: Turquoise. HEX triplet: 37, EE and CA. RGB value is (55,238,202). Sum of RGB (Red+Green+Blue) = 55+238+202=495 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.11% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #37EECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EECA is #C81135. Grayscale: #B3B3B3. Windows color (decimal): -13111606 or 13299255. OLE color: 13299255.
HSL color Cylindrical-coordinate representation of color #37EECA: hue angle of 168.2º 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 #37EECA is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 202 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.07 |
| HSL | 168.2º | 0.84% | 0.57% | - |
| HSV(B) | 168.2º | 0.77% | 0.93% | - |
| XYZ | 42.81 | 66.23 | 66.4 | - |
| YUV | 179.18 | 140.87 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 202 | 0.77 | 0 | 0.15 | 0.07 | 168.2 | 0.84 | 0.57 |
| Hex | 37 | EE | CA | 4D | 0 | F | 7 | A8 | 54 | 39 |
| Octal | 67 | 356 | 312 | 115 | 0 | 17 | 7 | 250 | 124 | 71 |
| Binary | 110111 | 11101110 | 11001010 | 1001101 | 0 | 1111 | 111 | 10101000 | 1010100 | 111001 |
Color Harmonies of #37EECA
Complementary color
Monochromatic Colors of #37EECA
Black with #37EECA
Text Example
Text Example
White with #37EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EECA; }
p { color: rgb(55,238,202); }
H1.HeaderClassName
{
color: #37EECA;
}
.AnyTagClassName
{
color: #37EECA;
}
</style>
background-color css
<style>
a { background-color: #37EECA; }
a { background-color: rgb(55,238,202); }
div.DivClassName
{
background-color: #37EECA;
}
.BgClassName
{
background-color: #37EECA;
}
</style>
border-color css
<style>
span { border-color: #37EECA; }
span { border-color: rgb(55,238,202); }
td.TdClassName
{
border-color: #37EECA;
}
.TagClassName
{
border-color: #37EECA;
}
</style>