Shades of Bright Turquoise #20ECD4
Tints of Bright Turquoise #20ECD4
RGB
CMYK
RGB Variations
Color information
#20ECD4 (or 0x20ECD4) is known color: Bright Turquoise. HEX triplet: 20, EC and D4. RGB value is (32,236,212). Sum of RGB (Red+Green+Blue) = 32+236+212=480 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.67% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECD4 is #DF132B. Grayscale: #ACACAC. Windows color (decimal): -14619436 or 13954080. OLE color: 13954080.
HSL color Cylindrical-coordinate representation of color #20ECD4: hue angle of 172.94º 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 #20ECD4 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 212 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.07 |
| HSL | 172.94º | 0.84% | 0.53% | - |
| HSV(B) | 172.94º | 0.86% | 0.93% | - |
| XYZ | 42.47 | 65.05 | 72.6 | - |
| YUV | 172.27 | 150.41 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 212 | 0.86 | 0 | 0.10 | 0.07 | 172.94 | 0.84 | 0.53 |
| Hex | 20 | EC | D4 | 56 | 0 | A | 7 | AD | 54 | 35 |
| Octal | 40 | 354 | 324 | 126 | 0 | 12 | 7 | 255 | 124 | 65 |
| Binary | 100000 | 11101100 | 11010100 | 1010110 | 0 | 1010 | 111 | 10101101 | 1010100 | 110101 |
Color Harmonies of #20ECD4
Complementary color
Monochromatic Colors of #20ECD4
Black with #20ECD4
Text Example
Text Example
White with #20ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECD4; }
p { color: rgb(32,236,212); }
H1.HeaderClassName
{
color: #20ECD4;
}
.AnyTagClassName
{
color: #20ECD4;
}
</style>
background-color css
<style>
a { background-color: #20ECD4; }
a { background-color: rgb(32,236,212); }
div.DivClassName
{
background-color: #20ECD4;
}
.BgClassName
{
background-color: #20ECD4;
}
</style>
border-color css
<style>
span { border-color: #20ECD4; }
span { border-color: rgb(32,236,212); }
td.TdClassName
{
border-color: #20ECD4;
}
.TagClassName
{
border-color: #20ECD4;
}
</style>