Shades of Medium Turquoise #32CEBD
Tints of Medium Turquoise #32CEBD
RGB
CMYK
RGB Variations
Color information
#32CEBD (or 0x32CEBD) is known color: Medium Turquoise. HEX triplet: 32, CE and BD. RGB value is (50,206,189). Sum of RGB (Red+Green+Blue) = 50+206+189=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEBD is #CD3142. Grayscale: #9D9D9D. Windows color (decimal): -13447491 or 12439090. OLE color: 12439090.
HSL color Cylindrical-coordinate representation of color #32CEBD: hue angle of 173.46º 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 #32CEBD is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 189 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.19 |
| HSL | 173.46º | 0.61% | 0.5% | - |
| HSV(B) | 173.46º | 0.76% | 0.81% | - |
| XYZ | 32.57 | 48.49 | 55.79 | - |
| YUV | 157.42 | 145.82 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 189 | 0.76 | 0 | 0.08 | 0.19 | 173.46 | 0.61 | 0.5 |
| Hex | 32 | CE | BD | 4C | 0 | 8 | 13 | AD | 3D | 32 |
| Octal | 62 | 316 | 275 | 114 | 0 | 10 | 23 | 255 | 75 | 62 |
| Binary | 110010 | 11001110 | 10111101 | 1001100 | 0 | 1000 | 10011 | 10101101 | 111101 | 110010 |
Color Harmonies of #32CEBD
Complementary color
Monochromatic Colors of #32CEBD
Black with #32CEBD
Text Example
Text Example
White with #32CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEBD; }
p { color: rgb(50,206,189); }
H1.HeaderClassName
{
color: #32CEBD;
}
.AnyTagClassName
{
color: #32CEBD;
}
</style>
background-color css
<style>
a { background-color: #32CEBD; }
a { background-color: rgb(50,206,189); }
div.DivClassName
{
background-color: #32CEBD;
}
.BgClassName
{
background-color: #32CEBD;
}
</style>
border-color css
<style>
span { border-color: #32CEBD; }
span { border-color: rgb(50,206,189); }
td.TdClassName
{
border-color: #32CEBD;
}
.TagClassName
{
border-color: #32CEBD;
}
</style>