Shades of Medium Turquoise #37C0BC
Tints of Medium Turquoise #37C0BC
RGB
CMYK
RGB Variations
Color information
#37C0BC (or 0x37C0BC) is known color: Medium Turquoise. HEX triplet: 37, C0 and BC. RGB value is (55,192,188). Sum of RGB (Red+Green+Blue) = 55+192+188=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #37C0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C0BC is #C83F43. Grayscale: #969696. Windows color (decimal): -13123396 or 12369975. OLE color: 12369975.
HSL color Cylindrical-coordinate representation of color #37C0BC: hue angle of 178.25º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37C0BC is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 192 | 188 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.25 |
| HSL | 178.25º | 0.55% | 0.48% | - |
| HSV(B) | 178.25º | 0.71% | 0.75% | - |
| XYZ | 29.5 | 42.14 | 54.16 | - |
| YUV | 150.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 188 | 0.71 | 0 | 0.02 | 0.25 | 178.25 | 0.55 | 0.48 |
| Hex | 37 | C0 | BC | 47 | 0 | 2 | 19 | B2 | 37 | 30 |
| Octal | 67 | 300 | 274 | 107 | 0 | 2 | 31 | 262 | 67 | 60 |
| Binary | 110111 | 11000000 | 10111100 | 1000111 | 0 | 10 | 11001 | 10110010 | 110111 | 110000 |
Color Harmonies of #37C0BC
Complementary color
Monochromatic Colors of #37C0BC
Black with #37C0BC
Text Example
Text Example
White with #37C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C0BC; }
p { color: rgb(55,192,188); }
H1.HeaderClassName
{
color: #37C0BC;
}
.AnyTagClassName
{
color: #37C0BC;
}
</style>
background-color css
<style>
a { background-color: #37C0BC; }
a { background-color: rgb(55,192,188); }
div.DivClassName
{
background-color: #37C0BC;
}
.BgClassName
{
background-color: #37C0BC;
}
</style>
border-color css
<style>
span { border-color: #37C0BC; }
span { border-color: rgb(55,192,188); }
td.TdClassName
{
border-color: #37C0BC;
}
.TagClassName
{
border-color: #37C0BC;
}
</style>