Shades of Medium Turquoise #32CEBB
Tints of Medium Turquoise #32CEBB
RGB
CMYK
RGB Variations
Color information
#32CEBB (or 0x32CEBB) is known color: Medium Turquoise. HEX triplet: 32, CE and BB. RGB value is (50,206,187). Sum of RGB (Red+Green+Blue) = 50+206+187=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEBB is #CD3144. Grayscale: #9D9D9D. Windows color (decimal): -13447493 or 12308018. OLE color: 12308018.
HSL color Cylindrical-coordinate representation of color #32CEBB: hue angle of 172.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CEBB is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 187 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.19 |
| HSL | 172.69º | 0.61% | 0.5% | - |
| HSV(B) | 172.69º | 0.76% | 0.81% | - |
| XYZ | 32.36 | 48.41 | 54.65 | - |
| YUV | 157.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 187 | 0.76 | 0 | 0.09 | 0.19 | 172.69 | 0.61 | 0.5 |
| Hex | 32 | CE | BB | 4C | 0 | 9 | 13 | AD | 3D | 32 |
| Octal | 62 | 316 | 273 | 114 | 0 | 11 | 23 | 255 | 75 | 62 |
| Binary | 110010 | 11001110 | 10111011 | 1001100 | 0 | 1001 | 10011 | 10101101 | 111101 | 110010 |
Color Harmonies of #32CEBB
Complementary color
Monochromatic Colors of #32CEBB
Black with #32CEBB
Text Example
Text Example
White with #32CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEBB; }
p { color: rgb(50,206,187); }
H1.HeaderClassName
{
color: #32CEBB;
}
.AnyTagClassName
{
color: #32CEBB;
}
</style>
background-color css
<style>
a { background-color: #32CEBB; }
a { background-color: rgb(50,206,187); }
div.DivClassName
{
background-color: #32CEBB;
}
.BgClassName
{
background-color: #32CEBB;
}
</style>
border-color css
<style>
span { border-color: #32CEBB; }
span { border-color: rgb(50,206,187); }
td.TdClassName
{
border-color: #32CEBB;
}
.TagClassName
{
border-color: #32CEBB;
}
</style>