Shades of Turquoise #37EED6
Tints of Turquoise #37EED6
RGB
CMYK
RGB Variations
Color information
#37EED6 (or 0x37EED6) is known color: Turquoise. HEX triplet: 37, EE and D6. RGB value is (55,238,214). Sum of RGB (Red+Green+Blue) = 55+238+214=507 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.85% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #37EED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EED6 is #C81129. Grayscale: #B4B4B4. Windows color (decimal): -13111594 or 14085687. OLE color: 14085687.
HSL color Cylindrical-coordinate representation of color #37EED6: hue angle of 172.13º 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 #37EED6 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 214 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.07 |
| HSL | 172.13º | 0.84% | 0.57% | - |
| HSV(B) | 172.13º | 0.77% | 0.93% | - |
| XYZ | 44.29 | 66.82 | 74.18 | - |
| YUV | 180.55 | 146.87 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 214 | 0.77 | 0 | 0.10 | 0.07 | 172.13 | 0.84 | 0.57 |
| Hex | 37 | EE | D6 | 4D | 0 | A | 7 | AC | 54 | 39 |
| Octal | 67 | 356 | 326 | 115 | 0 | 12 | 7 | 254 | 124 | 71 |
| Binary | 110111 | 11101110 | 11010110 | 1001101 | 0 | 1010 | 111 | 10101100 | 1010100 | 111001 |
Color Harmonies of #37EED6
Complementary color
Monochromatic Colors of #37EED6
Black with #37EED6
Text Example
Text Example
White with #37EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EED6; }
p { color: rgb(55,238,214); }
H1.HeaderClassName
{
color: #37EED6;
}
.AnyTagClassName
{
color: #37EED6;
}
</style>
background-color css
<style>
a { background-color: #37EED6; }
a { background-color: rgb(55,238,214); }
div.DivClassName
{
background-color: #37EED6;
}
.BgClassName
{
background-color: #37EED6;
}
</style>
border-color css
<style>
span { border-color: #37EED6; }
span { border-color: rgb(55,238,214); }
td.TdClassName
{
border-color: #37EED6;
}
.TagClassName
{
border-color: #37EED6;
}
</style>