Shades of Medium Turquoise #37CEBB
Tints of Medium Turquoise #37CEBB
RGB
CMYK
RGB Variations
Color information
#37CEBB (or 0x37CEBB) is known color: Medium Turquoise. HEX triplet: 37, CE and BB. RGB value is (55,206,187). Sum of RGB (Red+Green+Blue) = 55+206+187=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEBB is #C83144. Grayscale: #9E9E9E. Windows color (decimal): -13119813 or 12308023. OLE color: 12308023.
HSL color Cylindrical-coordinate representation of color #37CEBB: hue angle of 172.45º 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 #37CEBB is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 187 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.19 |
| HSL | 172.45º | 0.61% | 0.51% | - |
| HSV(B) | 172.45º | 0.73% | 0.81% | - |
| XYZ | 32.62 | 48.54 | 54.66 | - |
| YUV | 158.69 | 143.97 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 187 | 0.73 | 0 | 0.09 | 0.19 | 172.45 | 0.61 | 0.51 |
| Hex | 37 | CE | BB | 49 | 0 | 9 | 13 | AC | 3D | 33 |
| Octal | 67 | 316 | 273 | 111 | 0 | 11 | 23 | 254 | 75 | 63 |
| Binary | 110111 | 11001110 | 10111011 | 1001001 | 0 | 1001 | 10011 | 10101100 | 111101 | 110011 |
Color Harmonies of #37CEBB
Complementary color
Monochromatic Colors of #37CEBB
Black with #37CEBB
Text Example
Text Example
White with #37CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEBB; }
p { color: rgb(55,206,187); }
H1.HeaderClassName
{
color: #37CEBB;
}
.AnyTagClassName
{
color: #37CEBB;
}
</style>
background-color css
<style>
a { background-color: #37CEBB; }
a { background-color: rgb(55,206,187); }
div.DivClassName
{
background-color: #37CEBB;
}
.BgClassName
{
background-color: #37CEBB;
}
</style>
border-color css
<style>
span { border-color: #37CEBB; }
span { border-color: rgb(55,206,187); }
td.TdClassName
{
border-color: #37CEBB;
}
.TagClassName
{
border-color: #37CEBB;
}
</style>