Shades of Bright Turquoise #20EADE
Tints of Bright Turquoise #20EADE
RGB
CMYK
RGB Variations
Color information
#20EADE (or 0x20EADE) is known color: Bright Turquoise. HEX triplet: 20, EA and DE. RGB value is (32,234,222). Sum of RGB (Red+Green+Blue) = 32+234+222=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #20EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EADE is #DF1521. Grayscale: #ACACAC. Windows color (decimal): -14619938 or 14608928. OLE color: 14608928.
HSL color Cylindrical-coordinate representation of color #20EADE: hue angle of 176.44º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EADE is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 222 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.08 |
| HSL | 176.44º | 0.83% | 0.52% | - |
| HSV(B) | 176.44º | 0.86% | 0.92% | - |
| XYZ | 43.2 | 64.43 | 79.27 | - |
| YUV | 172.23 | 156.08 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 222 | 0.86 | 0 | 0.05 | 0.08 | 176.44 | 0.83 | 0.52 |
| Hex | 20 | EA | DE | 56 | 0 | 5 | 8 | B0 | 53 | 34 |
| Octal | 40 | 352 | 336 | 126 | 0 | 5 | 10 | 260 | 123 | 64 |
| Binary | 100000 | 11101010 | 11011110 | 1010110 | 0 | 101 | 1000 | 10110000 | 1010011 | 110100 |
Color Harmonies of #20EADE
Complementary color
Monochromatic Colors of #20EADE
Black with #20EADE
Text Example
Text Example
White with #20EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EADE; }
p { color: rgb(32,234,222); }
H1.HeaderClassName
{
color: #20EADE;
}
.AnyTagClassName
{
color: #20EADE;
}
</style>
background-color css
<style>
a { background-color: #20EADE; }
a { background-color: rgb(32,234,222); }
div.DivClassName
{
background-color: #20EADE;
}
.BgClassName
{
background-color: #20EADE;
}
</style>
border-color css
<style>
span { border-color: #20EADE; }
span { border-color: rgb(32,234,222); }
td.TdClassName
{
border-color: #20EADE;
}
.TagClassName
{
border-color: #20EADE;
}
</style>