Shades of Medium Turquoise #32CEC9
Tints of Medium Turquoise #32CEC9
RGB
CMYK
RGB Variations
Color information
#32CEC9 (or 0x32CEC9) is known color: Medium Turquoise. HEX triplet: 32, CE and C9. RGB value is (50,206,201). Sum of RGB (Red+Green+Blue) = 50+206+201=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEC9 is #CD3136. Grayscale: #9E9E9E. Windows color (decimal): -13447479 or 13225522. OLE color: 13225522.
HSL color Cylindrical-coordinate representation of color #32CEC9: hue angle of 178.08º 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 #32CEC9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 201 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.19 |
| HSL | 178.08º | 0.61% | 0.5% | - |
| HSV(B) | 178.08º | 0.76% | 0.81% | - |
| XYZ | 33.93 | 49.04 | 62.94 | - |
| YUV | 158.79 | 151.82 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 201 | 0.76 | 0 | 0.02 | 0.19 | 178.08 | 0.61 | 0.5 |
| Hex | 32 | CE | C9 | 4C | 0 | 2 | 13 | B2 | 3D | 32 |
| Octal | 62 | 316 | 311 | 114 | 0 | 2 | 23 | 262 | 75 | 62 |
| Binary | 110010 | 11001110 | 11001001 | 1001100 | 0 | 10 | 10011 | 10110010 | 111101 | 110010 |
Color Harmonies of #32CEC9
Complementary color
Monochromatic Colors of #32CEC9
Black with #32CEC9
Text Example
Text Example
White with #32CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEC9; }
p { color: rgb(50,206,201); }
H1.HeaderClassName
{
color: #32CEC9;
}
.AnyTagClassName
{
color: #32CEC9;
}
</style>
background-color css
<style>
a { background-color: #32CEC9; }
a { background-color: rgb(50,206,201); }
div.DivClassName
{
background-color: #32CEC9;
}
.BgClassName
{
background-color: #32CEC9;
}
</style>
border-color css
<style>
span { border-color: #32CEC9; }
span { border-color: rgb(50,206,201); }
td.TdClassName
{
border-color: #32CEC9;
}
.TagClassName
{
border-color: #32CEC9;
}
</style>