Shades of Bright Turquoise #20ECCC
Tints of Bright Turquoise #20ECCC
RGB
CMYK
RGB Variations
Color information
#20ECCC (or 0x20ECCC) is known color: Bright Turquoise. HEX triplet: 20, EC and CC. RGB value is (32,236,204). Sum of RGB (Red+Green+Blue) = 32+236+204=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECCC is #DF1333. Grayscale: #ABABAB. Windows color (decimal): -14619444 or 13429792. OLE color: 13429792.
HSL color Cylindrical-coordinate representation of color #20ECCC: hue angle of 170.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ECCC is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 204 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.07 |
| HSL | 170.59º | 0.84% | 0.53% | - |
| HSV(B) | 170.59º | 0.86% | 0.93% | - |
| XYZ | 41.49 | 64.66 | 67.42 | - |
| YUV | 171.36 | 146.41 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 204 | 0.86 | 0 | 0.14 | 0.07 | 170.59 | 0.84 | 0.53 |
| Hex | 20 | EC | CC | 56 | 0 | E | 7 | AB | 54 | 35 |
| Octal | 40 | 354 | 314 | 126 | 0 | 16 | 7 | 253 | 124 | 65 |
| Binary | 100000 | 11101100 | 11001100 | 1010110 | 0 | 1110 | 111 | 10101011 | 1010100 | 110101 |
Color Harmonies of #20ECCC
Complementary color
Monochromatic Colors of #20ECCC
Black with #20ECCC
Text Example
Text Example
White with #20ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECCC; }
p { color: rgb(32,236,204); }
H1.HeaderClassName
{
color: #20ECCC;
}
.AnyTagClassName
{
color: #20ECCC;
}
</style>
background-color css
<style>
a { background-color: #20ECCC; }
a { background-color: rgb(32,236,204); }
div.DivClassName
{
background-color: #20ECCC;
}
.BgClassName
{
background-color: #20ECCC;
}
</style>
border-color css
<style>
span { border-color: #20ECCC; }
span { border-color: rgb(32,236,204); }
td.TdClassName
{
border-color: #20ECCC;
}
.TagClassName
{
border-color: #20ECCC;
}
</style>