Shades of Medium Turquoise #37BDC0
Tints of Medium Turquoise #37BDC0
RGB
CMYK
RGB Variations
Color information
#37BDC0 (or 0x37BDC0) is known color: Medium Turquoise. HEX triplet: 37, BD and C0. RGB value is (55,189,192). Sum of RGB (Red+Green+Blue) = 55+189+192=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #37BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDC0 is #C8423F. Grayscale: #959595. Windows color (decimal): -13124160 or 12631351. OLE color: 12631351.
HSL color Cylindrical-coordinate representation of color #37BDC0: hue angle of 181.31º 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 #37BDC0 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 189 | 192 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.25 |
| HSL | 181.31º | 0.55% | 0.48% | - |
| HSV(B) | 181.31º | 0.71% | 0.75% | - |
| XYZ | 29.29 | 41.01 | 56.24 | - |
| YUV | 149.28 | 152.11 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 192 | 0.71 | 0.02 | 0 | 0.25 | 181.31 | 0.55 | 0.48 |
| Hex | 37 | BD | C0 | 47 | 2 | 0 | 19 | B5 | 37 | 30 |
| Octal | 67 | 275 | 300 | 107 | 2 | 0 | 31 | 265 | 67 | 60 |
| Binary | 110111 | 10111101 | 11000000 | 1000111 | 10 | 0 | 11001 | 10110101 | 110111 | 110000 |
Color Harmonies of #37BDC0
Complementary color
Monochromatic Colors of #37BDC0
Black with #37BDC0
Text Example
Text Example
White with #37BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BDC0; }
p { color: rgb(55,189,192); }
H1.HeaderClassName
{
color: #37BDC0;
}
.AnyTagClassName
{
color: #37BDC0;
}
</style>
background-color css
<style>
a { background-color: #37BDC0; }
a { background-color: rgb(55,189,192); }
div.DivClassName
{
background-color: #37BDC0;
}
.BgClassName
{
background-color: #37BDC0;
}
</style>
border-color css
<style>
span { border-color: #37BDC0; }
span { border-color: rgb(55,189,192); }
td.TdClassName
{
border-color: #37BDC0;
}
.TagClassName
{
border-color: #37BDC0;
}
</style>