Shades of Medium Turquoise #37C0CA
Tints of Medium Turquoise #37C0CA
RGB
CMYK
RGB Variations
Color information
#37C0CA (or 0x37C0CA) is known color: Medium Turquoise. HEX triplet: 37, C0 and CA. RGB value is (55,192,202). Sum of RGB (Red+Green+Blue) = 55+192+202=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #37C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C0CA is #C83F35. Grayscale: #989898. Windows color (decimal): -13123382 or 13287479. OLE color: 13287479.
HSL color Cylindrical-coordinate representation of color #37C0CA: hue angle of 184.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C0CA is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 192 | 202 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.21 |
| HSL | 184.08º | 0.58% | 0.5% | - |
| HSV(B) | 184.08º | 0.73% | 0.79% | - |
| XYZ | 31.09 | 42.78 | 62.5 | - |
| YUV | 152.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 202 | 0.73 | 0.05 | 0 | 0.21 | 184.08 | 0.58 | 0.5 |
| Hex | 37 | C0 | CA | 49 | 5 | 0 | 15 | B8 | 3A | 32 |
| Octal | 67 | 300 | 312 | 111 | 5 | 0 | 25 | 270 | 72 | 62 |
| Binary | 110111 | 11000000 | 11001010 | 1001001 | 101 | 0 | 10101 | 10111000 | 111010 | 110010 |
Color Harmonies of #37C0CA
Complementary color
Monochromatic Colors of #37C0CA
Black with #37C0CA
Text Example
Text Example
White with #37C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C0CA; }
p { color: rgb(55,192,202); }
H1.HeaderClassName
{
color: #37C0CA;
}
.AnyTagClassName
{
color: #37C0CA;
}
</style>
background-color css
<style>
a { background-color: #37C0CA; }
a { background-color: rgb(55,192,202); }
div.DivClassName
{
background-color: #37C0CA;
}
.BgClassName
{
background-color: #37C0CA;
}
</style>
border-color css
<style>
span { border-color: #37C0CA; }
span { border-color: rgb(55,192,202); }
td.TdClassName
{
border-color: #37C0CA;
}
.TagClassName
{
border-color: #37C0CA;
}
</style>