Shades of Medium Turquoise #32CECC
Tints of Medium Turquoise #32CECC
RGB
CMYK
RGB Variations
Color information
#32CECC (or 0x32CECC) is known color: Medium Turquoise. HEX triplet: 32, CE and CC. RGB value is (50,206,204). Sum of RGB (Red+Green+Blue) = 50+206+204=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #32CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CECC is #CD3133. Grayscale: #9E9E9E. Windows color (decimal): -13447476 or 13422130. OLE color: 13422130.
HSL color Cylindrical-coordinate representation of color #32CECC: hue angle of 179.23º 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 #32CECC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 204 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.19 |
| HSL | 179.23º | 0.61% | 0.5% | - |
| HSV(B) | 179.23º | 0.76% | 0.81% | - |
| XYZ | 34.29 | 49.18 | 64.81 | - |
| YUV | 159.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 204 | 0.76 | 0 | 0.01 | 0.19 | 179.23 | 0.61 | 0.5 |
| Hex | 32 | CE | CC | 4C | 0 | 1 | 13 | B3 | 3D | 32 |
| Octal | 62 | 316 | 314 | 114 | 0 | 1 | 23 | 263 | 75 | 62 |
| Binary | 110010 | 11001110 | 11001100 | 1001100 | 0 | 1 | 10011 | 10110011 | 111101 | 110010 |
Color Harmonies of #32CECC
Complementary color
Monochromatic Colors of #32CECC
Black with #32CECC
Text Example
Text Example
White with #32CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CECC; }
p { color: rgb(50,206,204); }
H1.HeaderClassName
{
color: #32CECC;
}
.AnyTagClassName
{
color: #32CECC;
}
</style>
background-color css
<style>
a { background-color: #32CECC; }
a { background-color: rgb(50,206,204); }
div.DivClassName
{
background-color: #32CECC;
}
.BgClassName
{
background-color: #32CECC;
}
</style>
border-color css
<style>
span { border-color: #32CECC; }
span { border-color: rgb(50,206,204); }
td.TdClassName
{
border-color: #32CECC;
}
.TagClassName
{
border-color: #32CECC;
}
</style>