Shades of Turquoise #20EDC0
Tints of Turquoise #20EDC0
RGB
CMYK
RGB Variations
Color information
#20EDC0 (or 0x20EDC0) is known color: Turquoise. HEX triplet: 20, ED and C0. RGB value is (32,237,192). Sum of RGB (Red+Green+Blue) = 32+237+192=461 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.94% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDC0 is #DF123F. Grayscale: #AAAAAA. Windows color (decimal): -14619200 or 12643616. OLE color: 12643616.
HSL color Cylindrical-coordinate representation of color #20EDC0: hue angle of 166.83º degrees, saturation: 0.85, 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 #20EDC0 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 192 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.07 |
| HSL | 166.83º | 0.85% | 0.53% | - |
| HSV(B) | 166.83º | 0.86% | 0.93% | - |
| XYZ | 40.39 | 64.68 | 60.22 | - |
| YUV | 170.58 | 140.08 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 192 | 0.86 | 0 | 0.19 | 0.07 | 166.83 | 0.85 | 0.53 |
| Hex | 20 | ED | C0 | 56 | 0 | 13 | 7 | A7 | 55 | 35 |
| Octal | 40 | 355 | 300 | 126 | 0 | 23 | 7 | 247 | 125 | 65 |
| Binary | 100000 | 11101101 | 11000000 | 1010110 | 0 | 10011 | 111 | 10100111 | 1010101 | 110101 |
Color Harmonies of #20EDC0
Complementary color
Monochromatic Colors of #20EDC0
Black with #20EDC0
Text Example
Text Example
White with #20EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDC0; }
p { color: rgb(32,237,192); }
H1.HeaderClassName
{
color: #20EDC0;
}
.AnyTagClassName
{
color: #20EDC0;
}
</style>
background-color css
<style>
a { background-color: #20EDC0; }
a { background-color: rgb(32,237,192); }
div.DivClassName
{
background-color: #20EDC0;
}
.BgClassName
{
background-color: #20EDC0;
}
</style>
border-color css
<style>
span { border-color: #20EDC0; }
span { border-color: rgb(32,237,192); }
td.TdClassName
{
border-color: #20EDC0;
}
.TagClassName
{
border-color: #20EDC0;
}
</style>