Shades of Turquoise #32ECCF
Tints of Turquoise #32ECCF
RGB
CMYK
RGB Variations
Color information
#32ECCF (or 0x32ECCF) is known color: Turquoise. HEX triplet: 32, EC and CF. RGB value is (50,236,207). Sum of RGB (Red+Green+Blue) = 50+236+207=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECCF is #CD1330. Grayscale: #B1B1B1. Windows color (decimal): -13439793 or 13626418. OLE color: 13626418.
HSL color Cylindrical-coordinate representation of color #32ECCF: hue angle of 170.65º 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 #32ECCF is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 207 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.07 |
| HSL | 170.65º | 0.83% | 0.56% | - |
| HSV(B) | 170.65º | 0.79% | 0.93% | - |
| XYZ | 42.57 | 65.17 | 69.37 | - |
| YUV | 177.08 | 144.88 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 207 | 0.79 | 0 | 0.12 | 0.07 | 170.65 | 0.83 | 0.56 |
| Hex | 32 | EC | CF | 4F | 0 | C | 7 | AB | 53 | 38 |
| Octal | 62 | 354 | 317 | 117 | 0 | 14 | 7 | 253 | 123 | 70 |
| Binary | 110010 | 11101100 | 11001111 | 1001111 | 0 | 1100 | 111 | 10101011 | 1010011 | 111000 |
Color Harmonies of #32ECCF
Complementary color
Monochromatic Colors of #32ECCF
Black with #32ECCF
Text Example
Text Example
White with #32ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECCF; }
p { color: rgb(50,236,207); }
H1.HeaderClassName
{
color: #32ECCF;
}
.AnyTagClassName
{
color: #32ECCF;
}
</style>
background-color css
<style>
a { background-color: #32ECCF; }
a { background-color: rgb(50,236,207); }
div.DivClassName
{
background-color: #32ECCF;
}
.BgClassName
{
background-color: #32ECCF;
}
</style>
border-color css
<style>
span { border-color: #32ECCF; }
span { border-color: rgb(50,236,207); }
td.TdClassName
{
border-color: #32ECCF;
}
.TagClassName
{
border-color: #32ECCF;
}
</style>