Shades of Medium Turquoise #37CBCC
Tints of Medium Turquoise #37CBCC
RGB
CMYK
RGB Variations
Color information
#37CBCC (or 0x37CBCC) is known color: Medium Turquoise. HEX triplet: 37, CB and CC. RGB value is (55,203,204). Sum of RGB (Red+Green+Blue) = 55+203+204=462 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.90% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #37CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBCC is #C83433. Grayscale: #9E9E9E. Windows color (decimal): -13120564 or 13421367. OLE color: 13421367.
HSL color Cylindrical-coordinate representation of color #37CBCC: hue angle of 180.4º 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 #37CBCC is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 203 | 204 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.2 |
| HSL | 180.4º | 0.59% | 0.51% | - |
| HSV(B) | 180.4º | 0.73% | 0.8% | - |
| XYZ | 33.83 | 47.88 | 64.59 | - |
| YUV | 158.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 204 | 0.73 | 0.00 | 0 | 0.2 | 180.4 | 0.59 | 0.51 |
| Hex | 37 | CB | CC | 49 | 0 | 0 | 14 | B4 | 3B | 33 |
| Octal | 67 | 313 | 314 | 111 | 0 | 0 | 24 | 264 | 73 | 63 |
| Binary | 110111 | 11001011 | 11001100 | 1001001 | 0 | 0 | 10100 | 10110100 | 111011 | 110011 |
Color Harmonies of #37CBCC
Complementary color
Monochromatic Colors of #37CBCC
Black with #37CBCC
Text Example
Text Example
White with #37CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBCC; }
p { color: rgb(55,203,204); }
H1.HeaderClassName
{
color: #37CBCC;
}
.AnyTagClassName
{
color: #37CBCC;
}
</style>
background-color css
<style>
a { background-color: #37CBCC; }
a { background-color: rgb(55,203,204); }
div.DivClassName
{
background-color: #37CBCC;
}
.BgClassName
{
background-color: #37CBCC;
}
</style>
border-color css
<style>
span { border-color: #37CBCC; }
span { border-color: rgb(55,203,204); }
td.TdClassName
{
border-color: #37CBCC;
}
.TagClassName
{
border-color: #37CBCC;
}
</style>