Shades of Medium Turquoise #37CFBD
Tints of Medium Turquoise #37CFBD
RGB
CMYK
RGB Variations
Color information
#37CFBD (or 0x37CFBD) is known color: Medium Turquoise. HEX triplet: 37, CF and BD. RGB value is (55,207,189). Sum of RGB (Red+Green+Blue) = 55+207+189=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFBD is #C83042. Grayscale: #9F9F9F. Windows color (decimal): -13119555 or 12439351. OLE color: 12439351.
HSL color Cylindrical-coordinate representation of color #37CFBD: hue angle of 172.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFBD is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 189 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.19 |
| HSL | 172.89º | 0.61% | 0.51% | - |
| HSV(B) | 172.89º | 0.73% | 0.81% | - |
| XYZ | 33.07 | 49.11 | 55.88 | - |
| YUV | 159.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 189 | 0.73 | 0 | 0.09 | 0.19 | 172.89 | 0.61 | 0.51 |
| Hex | 37 | CF | BD | 49 | 0 | 9 | 13 | AD | 3D | 33 |
| Octal | 67 | 317 | 275 | 111 | 0 | 11 | 23 | 255 | 75 | 63 |
| Binary | 110111 | 11001111 | 10111101 | 1001001 | 0 | 1001 | 10011 | 10101101 | 111101 | 110011 |
Color Harmonies of #37CFBD
Complementary color
Monochromatic Colors of #37CFBD
Black with #37CFBD
Text Example
Text Example
White with #37CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFBD; }
p { color: rgb(55,207,189); }
H1.HeaderClassName
{
color: #37CFBD;
}
.AnyTagClassName
{
color: #37CFBD;
}
</style>
background-color css
<style>
a { background-color: #37CFBD; }
a { background-color: rgb(55,207,189); }
div.DivClassName
{
background-color: #37CFBD;
}
.BgClassName
{
background-color: #37CFBD;
}
</style>
border-color css
<style>
span { border-color: #37CFBD; }
span { border-color: rgb(55,207,189); }
td.TdClassName
{
border-color: #37CFBD;
}
.TagClassName
{
border-color: #37CFBD;
}
</style>