Shades of Bright Turquoise #20ECDC
Tints of Bright Turquoise #20ECDC
RGB
CMYK
RGB Variations
Color information
#20ECDC (or 0x20ECDC) is known color: Bright Turquoise. HEX triplet: 20, EC and DC. RGB value is (32,236,220). Sum of RGB (Red+Green+Blue) = 32+236+220=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECDC is #DF1323. Grayscale: #ADADAD. Windows color (decimal): -14619428 or 14478368. OLE color: 14478368.
HSL color Cylindrical-coordinate representation of color #20ECDC: hue angle of 175.29º 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 #20ECDC is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 220 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.07 |
| HSL | 175.29º | 0.84% | 0.53% | - |
| HSV(B) | 175.29º | 0.86% | 0.93% | - |
| XYZ | 43.51 | 65.47 | 78.05 | - |
| YUV | 173.18 | 154.41 | 27.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 220 | 0.86 | 0 | 0.07 | 0.07 | 175.29 | 0.84 | 0.53 |
| Hex | 20 | EC | DC | 56 | 0 | 7 | 7 | AF | 54 | 35 |
| Octal | 40 | 354 | 334 | 126 | 0 | 7 | 7 | 257 | 124 | 65 |
| Binary | 100000 | 11101100 | 11011100 | 1010110 | 0 | 111 | 111 | 10101111 | 1010100 | 110101 |
Color Harmonies of #20ECDC
Complementary color
Monochromatic Colors of #20ECDC
Black with #20ECDC
Text Example
Text Example
White with #20ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECDC; }
p { color: rgb(32,236,220); }
H1.HeaderClassName
{
color: #20ECDC;
}
.AnyTagClassName
{
color: #20ECDC;
}
</style>
background-color css
<style>
a { background-color: #20ECDC; }
a { background-color: rgb(32,236,220); }
div.DivClassName
{
background-color: #20ECDC;
}
.BgClassName
{
background-color: #20ECDC;
}
</style>
border-color css
<style>
span { border-color: #20ECDC; }
span { border-color: rgb(32,236,220); }
td.TdClassName
{
border-color: #20ECDC;
}
.TagClassName
{
border-color: #20ECDC;
}
</style>