Shades of Turquoise #32ECCC
Tints of Turquoise #32ECCC
RGB
CMYK
RGB Variations
Color information
#32ECCC (or 0x32ECCC) is known color: Turquoise. HEX triplet: 32, EC and CC. RGB value is (50,236,204). Sum of RGB (Red+Green+Blue) = 50+236+204=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECCC is #CD1333. Grayscale: #B0B0B0. Windows color (decimal): -13439796 or 13429810. OLE color: 13429810.
HSL color Cylindrical-coordinate representation of color #32ECCC: hue angle of 169.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ECCC is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 204 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.07 |
| HSL | 169.68º | 0.83% | 0.56% | - |
| HSV(B) | 169.68º | 0.79% | 0.93% | - |
| XYZ | 42.21 | 65.03 | 67.45 | - |
| YUV | 176.74 | 143.38 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 204 | 0.79 | 0 | 0.14 | 0.07 | 169.68 | 0.83 | 0.56 |
| Hex | 32 | EC | CC | 4F | 0 | E | 7 | AA | 53 | 38 |
| Octal | 62 | 354 | 314 | 117 | 0 | 16 | 7 | 252 | 123 | 70 |
| Binary | 110010 | 11101100 | 11001100 | 1001111 | 0 | 1110 | 111 | 10101010 | 1010011 | 111000 |
Color Harmonies of #32ECCC
Complementary color
Monochromatic Colors of #32ECCC
Black with #32ECCC
Text Example
Text Example
White with #32ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECCC; }
p { color: rgb(50,236,204); }
H1.HeaderClassName
{
color: #32ECCC;
}
.AnyTagClassName
{
color: #32ECCC;
}
</style>
background-color css
<style>
a { background-color: #32ECCC; }
a { background-color: rgb(50,236,204); }
div.DivClassName
{
background-color: #32ECCC;
}
.BgClassName
{
background-color: #32ECCC;
}
</style>
border-color css
<style>
span { border-color: #32ECCC; }
span { border-color: rgb(50,236,204); }
td.TdClassName
{
border-color: #32ECCC;
}
.TagClassName
{
border-color: #32ECCC;
}
</style>