Shades of Medium Turquoise #37CCB9
Tints of Medium Turquoise #37CCB9
RGB
CMYK
RGB Variations
Color information
#37CCB9 (or 0x37CCB9) is known color: Medium Turquoise. HEX triplet: 37, CC and B9. RGB value is (55,204,185). Sum of RGB (Red+Green+Blue) = 55+204+185=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCB9 is #C83346. Grayscale: #9D9D9D. Windows color (decimal): -13120327 or 12176439. OLE color: 12176439.
HSL color Cylindrical-coordinate representation of color #37CCB9: hue angle of 172.35º 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 #37CCB9 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 185 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.2 |
| HSL | 172.35º | 0.59% | 0.51% | - |
| HSV(B) | 172.35º | 0.73% | 0.8% | - |
| XYZ | 31.93 | 47.5 | 53.38 | - |
| YUV | 157.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 185 | 0.73 | 0 | 0.09 | 0.2 | 172.35 | 0.59 | 0.51 |
| Hex | 37 | CC | B9 | 49 | 0 | 9 | 14 | AC | 3B | 33 |
| Octal | 67 | 314 | 271 | 111 | 0 | 11 | 24 | 254 | 73 | 63 |
| Binary | 110111 | 11001100 | 10111001 | 1001001 | 0 | 1001 | 10100 | 10101100 | 111011 | 110011 |
Color Harmonies of #37CCB9
Complementary color
Monochromatic Colors of #37CCB9
Black with #37CCB9
Text Example
Text Example
White with #37CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCB9; }
p { color: rgb(55,204,185); }
H1.HeaderClassName
{
color: #37CCB9;
}
.AnyTagClassName
{
color: #37CCB9;
}
</style>
background-color css
<style>
a { background-color: #37CCB9; }
a { background-color: rgb(55,204,185); }
div.DivClassName
{
background-color: #37CCB9;
}
.BgClassName
{
background-color: #37CCB9;
}
</style>
border-color css
<style>
span { border-color: #37CCB9; }
span { border-color: rgb(55,204,185); }
td.TdClassName
{
border-color: #37CCB9;
}
.TagClassName
{
border-color: #37CCB9;
}
</style>