Shades of Medium Turquoise #37CEC6
Tints of Medium Turquoise #37CEC6
RGB
CMYK
RGB Variations
Color information
#37CEC6 (or 0x37CEC6) is known color: Medium Turquoise. HEX triplet: 37, CE and C6. RGB value is (55,206,198). Sum of RGB (Red+Green+Blue) = 55+206+198=459 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.98% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEC6 is #C83139. Grayscale: #9F9F9F. Windows color (decimal): -13119802 or 13028919. OLE color: 13028919.
HSL color Cylindrical-coordinate representation of color #37CEC6: hue angle of 176.82º 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 #37CEC6 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 198 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.19 |
| HSL | 176.82º | 0.61% | 0.51% | - |
| HSV(B) | 176.82º | 0.73% | 0.81% | - |
| XYZ | 33.84 | 49.03 | 61.11 | - |
| YUV | 159.94 | 149.47 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 198 | 0.73 | 0 | 0.04 | 0.19 | 176.82 | 0.61 | 0.51 |
| Hex | 37 | CE | C6 | 49 | 0 | 4 | 13 | B1 | 3D | 33 |
| Octal | 67 | 316 | 306 | 111 | 0 | 4 | 23 | 261 | 75 | 63 |
| Binary | 110111 | 11001110 | 11000110 | 1001001 | 0 | 100 | 10011 | 10110001 | 111101 | 110011 |
Color Harmonies of #37CEC6
Complementary color
Monochromatic Colors of #37CEC6
Black with #37CEC6
Text Example
Text Example
White with #37CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEC6; }
p { color: rgb(55,206,198); }
H1.HeaderClassName
{
color: #37CEC6;
}
.AnyTagClassName
{
color: #37CEC6;
}
</style>
background-color css
<style>
a { background-color: #37CEC6; }
a { background-color: rgb(55,206,198); }
div.DivClassName
{
background-color: #37CEC6;
}
.BgClassName
{
background-color: #37CEC6;
}
</style>
border-color css
<style>
span { border-color: #37CEC6; }
span { border-color: rgb(55,206,198); }
td.TdClassName
{
border-color: #37CEC6;
}
.TagClassName
{
border-color: #37CEC6;
}
</style>