Shades of Bright Turquoise #20E0DA
Tints of Bright Turquoise #20E0DA
RGB
CMYK
RGB Variations
Color information
#20E0DA (or 0x20E0DA) is known color: Bright Turquoise. HEX triplet: 20, E0 and DA. RGB value is (32,224,218). Sum of RGB (Red+Green+Blue) = 32+224+218=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #20E0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E0DA is #DF1F25. Grayscale: #A5A5A5. Windows color (decimal): -14622502 or 14344224. OLE color: 14344224.
HSL color Cylindrical-coordinate representation of color #20E0DA: hue angle of 178.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E0DA is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 218 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.12 |
| HSL | 178.13º | 0.76% | 0.5% | - |
| HSV(B) | 178.13º | 0.86% | 0.88% | - |
| XYZ | 39.91 | 58.68 | 75.55 | - |
| YUV | 165.91 | 157.39 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 218 | 0.86 | 0 | 0.03 | 0.12 | 178.13 | 0.76 | 0.5 |
| Hex | 20 | E0 | DA | 56 | 0 | 3 | C | B2 | 4C | 32 |
| Octal | 40 | 340 | 332 | 126 | 0 | 3 | 14 | 262 | 114 | 62 |
| Binary | 100000 | 11100000 | 11011010 | 1010110 | 0 | 11 | 1100 | 10110010 | 1001100 | 110010 |
Color Harmonies of #20E0DA
Complementary color
Monochromatic Colors of #20E0DA
Black with #20E0DA
Text Example
Text Example
White with #20E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E0DA; }
p { color: rgb(32,224,218); }
H1.HeaderClassName
{
color: #20E0DA;
}
.AnyTagClassName
{
color: #20E0DA;
}
</style>
background-color css
<style>
a { background-color: #20E0DA; }
a { background-color: rgb(32,224,218); }
div.DivClassName
{
background-color: #20E0DA;
}
.BgClassName
{
background-color: #20E0DA;
}
</style>
border-color css
<style>
span { border-color: #20E0DA; }
span { border-color: rgb(32,224,218); }
td.TdClassName
{
border-color: #20E0DA;
}
.TagClassName
{
border-color: #20E0DA;
}
</style>