Shades of Bright Turquoise #20E4DA
Tints of Bright Turquoise #20E4DA
RGB
CMYK
RGB Variations
Color information
#20E4DA (or 0x20E4DA) is known color: Bright Turquoise. HEX triplet: 20, E4 and DA. RGB value is (32,228,218). Sum of RGB (Red+Green+Blue) = 32+228+218=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #20E4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E4DA is #DF1B25. Grayscale: #A8A8A8. Windows color (decimal): -14621478 or 14345248. OLE color: 14345248.
HSL color Cylindrical-coordinate representation of color #20E4DA: hue angle of 176.94º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E4DA is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 218 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.11 |
| HSL | 176.94º | 0.78% | 0.51% | - |
| HSV(B) | 176.94º | 0.86% | 0.89% | - |
| XYZ | 40.99 | 60.86 | 75.92 | - |
| YUV | 168.26 | 156.07 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 218 | 0.86 | 0 | 0.04 | 0.11 | 176.94 | 0.78 | 0.51 |
| Hex | 20 | E4 | DA | 56 | 0 | 4 | B | B1 | 4E | 33 |
| Octal | 40 | 344 | 332 | 126 | 0 | 4 | 13 | 261 | 116 | 63 |
| Binary | 100000 | 11100100 | 11011010 | 1010110 | 0 | 100 | 1011 | 10110001 | 1001110 | 110011 |
Color Harmonies of #20E4DA
Complementary color
Monochromatic Colors of #20E4DA
Black with #20E4DA
Text Example
Text Example
White with #20E4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E4DA; }
p { color: rgb(32,228,218); }
H1.HeaderClassName
{
color: #20E4DA;
}
.AnyTagClassName
{
color: #20E4DA;
}
</style>
background-color css
<style>
a { background-color: #20E4DA; }
a { background-color: rgb(32,228,218); }
div.DivClassName
{
background-color: #20E4DA;
}
.BgClassName
{
background-color: #20E4DA;
}
</style>
border-color css
<style>
span { border-color: #20E4DA; }
span { border-color: rgb(32,228,218); }
td.TdClassName
{
border-color: #20E4DA;
}
.TagClassName
{
border-color: #20E4DA;
}
</style>