Shades of Medium Turquoise #37CBC0
Tints of Medium Turquoise #37CBC0
RGB
CMYK
RGB Variations
Color information
#37CBC0 (or 0x37CBC0) is known color: Medium Turquoise. HEX triplet: 37, CB and C0. RGB value is (55,203,192). Sum of RGB (Red+Green+Blue) = 55+203+192=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBC0 is #C8343F. Grayscale: #9D9D9D. Windows color (decimal): -13120576 or 12634935. OLE color: 12634935.
HSL color Cylindrical-coordinate representation of color #37CBC0: hue angle of 175.54º 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 #37CBC0 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 192 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.20 |
| HSL | 175.54º | 0.59% | 0.51% | - |
| HSV(B) | 175.54º | 0.73% | 0.8% | - |
| XYZ | 32.45 | 47.33 | 57.29 | - |
| YUV | 157.49 | 147.47 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 192 | 0.73 | 0 | 0.05 | 0.20 | 175.54 | 0.59 | 0.51 |
| Hex | 37 | CB | C0 | 49 | 0 | 5 | 14 | B0 | 3B | 33 |
| Octal | 67 | 313 | 300 | 111 | 0 | 5 | 24 | 260 | 73 | 63 |
| Binary | 110111 | 11001011 | 11000000 | 1001001 | 0 | 101 | 10100 | 10110000 | 111011 | 110011 |
Color Harmonies of #37CBC0
Complementary color
Monochromatic Colors of #37CBC0
Black with #37CBC0
Text Example
Text Example
White with #37CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBC0; }
p { color: rgb(55,203,192); }
H1.HeaderClassName
{
color: #37CBC0;
}
.AnyTagClassName
{
color: #37CBC0;
}
</style>
background-color css
<style>
a { background-color: #37CBC0; }
a { background-color: rgb(55,203,192); }
div.DivClassName
{
background-color: #37CBC0;
}
.BgClassName
{
background-color: #37CBC0;
}
</style>
border-color css
<style>
span { border-color: #37CBC0; }
span { border-color: rgb(55,203,192); }
td.TdClassName
{
border-color: #37CBC0;
}
.TagClassName
{
border-color: #37CBC0;
}
</style>