Shades of Medium Turquoise #37CCC0
Tints of Medium Turquoise #37CCC0
RGB
CMYK
RGB Variations
Color information
#37CCC0 (or 0x37CCC0) is known color: Medium Turquoise. HEX triplet: 37, CC and C0. RGB value is (55,204,192). Sum of RGB (Red+Green+Blue) = 55+204+192=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCC0 is #C8333F. Grayscale: #9D9D9D. Windows color (decimal): -13120320 or 12635191. OLE color: 12635191.
HSL color Cylindrical-coordinate representation of color #37CCC0: hue angle of 175.17º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CCC0 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 192 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.2 |
| HSL | 175.17º | 0.59% | 0.51% | - |
| HSV(B) | 175.17º | 0.73% | 0.8% | - |
| XYZ | 32.68 | 47.8 | 57.37 | - |
| YUV | 158.08 | 147.14 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 192 | 0.73 | 0 | 0.06 | 0.2 | 175.17 | 0.59 | 0.51 |
| Hex | 37 | CC | C0 | 49 | 0 | 6 | 14 | AF | 3B | 33 |
| Octal | 67 | 314 | 300 | 111 | 0 | 6 | 24 | 257 | 73 | 63 |
| Binary | 110111 | 11001100 | 11000000 | 1001001 | 0 | 110 | 10100 | 10101111 | 111011 | 110011 |
Color Harmonies of #37CCC0
Complementary color
Monochromatic Colors of #37CCC0
Black with #37CCC0
Text Example
Text Example
White with #37CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCC0; }
p { color: rgb(55,204,192); }
H1.HeaderClassName
{
color: #37CCC0;
}
.AnyTagClassName
{
color: #37CCC0;
}
</style>
background-color css
<style>
a { background-color: #37CCC0; }
a { background-color: rgb(55,204,192); }
div.DivClassName
{
background-color: #37CCC0;
}
.BgClassName
{
background-color: #37CCC0;
}
</style>
border-color css
<style>
span { border-color: #37CCC0; }
span { border-color: rgb(55,204,192); }
td.TdClassName
{
border-color: #37CCC0;
}
.TagClassName
{
border-color: #37CCC0;
}
</style>