Shades of Medium Turquoise #32CEC6
Tints of Medium Turquoise #32CEC6
RGB
CMYK
RGB Variations
Color information
#32CEC6 (or 0x32CEC6) is known color: Medium Turquoise. HEX triplet: 32, CE and C6. RGB value is (50,206,198). Sum of RGB (Red+Green+Blue) = 50+206+198=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEC6 is #CD3139. Grayscale: #9E9E9E. Windows color (decimal): -13447482 or 13028914. OLE color: 13028914.
HSL color Cylindrical-coordinate representation of color #32CEC6: hue angle of 176.92º 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 #32CEC6 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 198 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.19 |
| HSL | 176.92º | 0.61% | 0.5% | - |
| HSV(B) | 176.92º | 0.76% | 0.81% | - |
| XYZ | 33.58 | 48.9 | 61.09 | - |
| YUV | 158.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 198 | 0.76 | 0 | 0.04 | 0.19 | 176.92 | 0.61 | 0.5 |
| Hex | 32 | CE | C6 | 4C | 0 | 4 | 13 | B1 | 3D | 32 |
| Octal | 62 | 316 | 306 | 114 | 0 | 4 | 23 | 261 | 75 | 62 |
| Binary | 110010 | 11001110 | 11000110 | 1001100 | 0 | 100 | 10011 | 10110001 | 111101 | 110010 |
Color Harmonies of #32CEC6
Complementary color
Monochromatic Colors of #32CEC6
Black with #32CEC6
Text Example
Text Example
White with #32CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEC6; }
p { color: rgb(50,206,198); }
H1.HeaderClassName
{
color: #32CEC6;
}
.AnyTagClassName
{
color: #32CEC6;
}
</style>
background-color css
<style>
a { background-color: #32CEC6; }
a { background-color: rgb(50,206,198); }
div.DivClassName
{
background-color: #32CEC6;
}
.BgClassName
{
background-color: #32CEC6;
}
</style>
border-color css
<style>
span { border-color: #32CEC6; }
span { border-color: rgb(50,206,198); }
td.TdClassName
{
border-color: #32CEC6;
}
.TagClassName
{
border-color: #32CEC6;
}
</style>