Shades of Medium Turquoise #37CEC9
Tints of Medium Turquoise #37CEC9
RGB
CMYK
RGB Variations
Color information
#37CEC9 (or 0x37CEC9) is known color: Medium Turquoise. HEX triplet: 37, CE and C9. RGB value is (55,206,201). Sum of RGB (Red+Green+Blue) = 55+206+201=462 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.90% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEC9 is #C83136. Grayscale: #A0A0A0. Windows color (decimal): -13119799 or 13225527. OLE color: 13225527.
HSL color Cylindrical-coordinate representation of color #37CEC9: hue angle of 178.01º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CEC9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 201 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.19 |
| HSL | 178.01º | 0.61% | 0.51% | - |
| HSV(B) | 178.01º | 0.73% | 0.81% | - |
| XYZ | 34.19 | 49.17 | 62.95 | - |
| YUV | 160.28 | 150.97 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 201 | 0.73 | 0 | 0.02 | 0.19 | 178.01 | 0.61 | 0.51 |
| Hex | 37 | CE | C9 | 49 | 0 | 2 | 13 | B2 | 3D | 33 |
| Octal | 67 | 316 | 311 | 111 | 0 | 2 | 23 | 262 | 75 | 63 |
| Binary | 110111 | 11001110 | 11001001 | 1001001 | 0 | 10 | 10011 | 10110010 | 111101 | 110011 |
Color Harmonies of #37CEC9
Complementary color
Monochromatic Colors of #37CEC9
Black with #37CEC9
Text Example
Text Example
White with #37CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEC9; }
p { color: rgb(55,206,201); }
H1.HeaderClassName
{
color: #37CEC9;
}
.AnyTagClassName
{
color: #37CEC9;
}
</style>
background-color css
<style>
a { background-color: #37CEC9; }
a { background-color: rgb(55,206,201); }
div.DivClassName
{
background-color: #37CEC9;
}
.BgClassName
{
background-color: #37CEC9;
}
</style>
border-color css
<style>
span { border-color: #37CEC9; }
span { border-color: rgb(55,206,201); }
td.TdClassName
{
border-color: #37CEC9;
}
.TagClassName
{
border-color: #37CEC9;
}
</style>