Shades of Bright Turquoise #20ECCE
Tints of Bright Turquoise #20ECCE
RGB
CMYK
RGB Variations
Color information
#20ECCE (or 0x20ECCE) is known color: Bright Turquoise. HEX triplet: 20, EC and CE. RGB value is (32,236,206). Sum of RGB (Red+Green+Blue) = 32+236+206=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECCE is #DF1331. Grayscale: #ABABAB. Windows color (decimal): -14619442 or 13560864. OLE color: 13560864.
HSL color Cylindrical-coordinate representation of color #20ECCE: hue angle of 171.18º 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 #20ECCE is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 206 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.07 |
| HSL | 171.18º | 0.84% | 0.53% | - |
| HSV(B) | 171.18º | 0.86% | 0.93% | - |
| XYZ | 41.73 | 64.75 | 68.69 | - |
| YUV | 171.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 206 | 0.86 | 0 | 0.13 | 0.07 | 171.18 | 0.84 | 0.53 |
| Hex | 20 | EC | CE | 56 | 0 | D | 7 | AB | 54 | 35 |
| Octal | 40 | 354 | 316 | 126 | 0 | 15 | 7 | 253 | 124 | 65 |
| Binary | 100000 | 11101100 | 11001110 | 1010110 | 0 | 1101 | 111 | 10101011 | 1010100 | 110101 |
Color Harmonies of #20ECCE
Complementary color
Monochromatic Colors of #20ECCE
Black with #20ECCE
Text Example
Text Example
White with #20ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECCE; }
p { color: rgb(32,236,206); }
H1.HeaderClassName
{
color: #20ECCE;
}
.AnyTagClassName
{
color: #20ECCE;
}
</style>
background-color css
<style>
a { background-color: #20ECCE; }
a { background-color: rgb(32,236,206); }
div.DivClassName
{
background-color: #20ECCE;
}
.BgClassName
{
background-color: #20ECCE;
}
</style>
border-color css
<style>
span { border-color: #20ECCE; }
span { border-color: rgb(32,236,206); }
td.TdClassName
{
border-color: #20ECCE;
}
.TagClassName
{
border-color: #20ECCE;
}
</style>