Shades of Bright Turquoise #20ECD1
Tints of Bright Turquoise #20ECD1
RGB
CMYK
RGB Variations
Color information
#20ECD1 (or 0x20ECD1) is known color: Bright Turquoise. HEX triplet: 20, EC and D1. RGB value is (32,236,209). Sum of RGB (Red+Green+Blue) = 32+236+209=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECD1 is #DF132E. Grayscale: #ABABAB. Windows color (decimal): -14619439 or 13757472. OLE color: 13757472.
HSL color Cylindrical-coordinate representation of color #20ECD1: hue angle of 172.06º 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 #20ECD1 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 209 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.07 |
| HSL | 172.06º | 0.84% | 0.53% | - |
| HSV(B) | 172.06º | 0.86% | 0.93% | - |
| XYZ | 42.1 | 64.9 | 70.63 | - |
| YUV | 171.93 | 148.91 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 209 | 0.86 | 0 | 0.11 | 0.07 | 172.06 | 0.84 | 0.53 |
| Hex | 20 | EC | D1 | 56 | 0 | B | 7 | AC | 54 | 35 |
| Octal | 40 | 354 | 321 | 126 | 0 | 13 | 7 | 254 | 124 | 65 |
| Binary | 100000 | 11101100 | 11010001 | 1010110 | 0 | 1011 | 111 | 10101100 | 1010100 | 110101 |
Color Harmonies of #20ECD1
Complementary color
Monochromatic Colors of #20ECD1
Black with #20ECD1
Text Example
Text Example
White with #20ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECD1; }
p { color: rgb(32,236,209); }
H1.HeaderClassName
{
color: #20ECD1;
}
.AnyTagClassName
{
color: #20ECD1;
}
</style>
background-color css
<style>
a { background-color: #20ECD1; }
a { background-color: rgb(32,236,209); }
div.DivClassName
{
background-color: #20ECD1;
}
.BgClassName
{
background-color: #20ECD1;
}
</style>
border-color css
<style>
span { border-color: #20ECD1; }
span { border-color: rgb(32,236,209); }
td.TdClassName
{
border-color: #20ECD1;
}
.TagClassName
{
border-color: #20ECD1;
}
</style>