Shades of Bright Turquoise #20E1DB
Tints of Bright Turquoise #20E1DB
RGB
CMYK
RGB Variations
Color information
#20E1DB (or 0x20E1DB) is known color: Bright Turquoise. HEX triplet: 20, E1 and DB. RGB value is (32,225,219). Sum of RGB (Red+Green+Blue) = 32+225+219=476 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.72% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #20E1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E1DB is #DF1E24. Grayscale: #A6A6A6. Windows color (decimal): -14622245 or 14410016. OLE color: 14410016.
HSL color Cylindrical-coordinate representation of color #20E1DB: hue angle of 178.13º 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 #20E1DB is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 219 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.12 |
| HSL | 178.13º | 0.76% | 0.5% | - |
| HSV(B) | 178.13º | 0.86% | 0.88% | - |
| XYZ | 40.31 | 59.27 | 76.33 | - |
| YUV | 166.61 | 157.56 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 219 | 0.86 | 0 | 0.03 | 0.12 | 178.13 | 0.76 | 0.5 |
| Hex | 20 | E1 | DB | 56 | 0 | 3 | C | B2 | 4C | 32 |
| Octal | 40 | 341 | 333 | 126 | 0 | 3 | 14 | 262 | 114 | 62 |
| Binary | 100000 | 11100001 | 11011011 | 1010110 | 0 | 11 | 1100 | 10110010 | 1001100 | 110010 |
Color Harmonies of #20E1DB
Complementary color
Monochromatic Colors of #20E1DB
Black with #20E1DB
Text Example
Text Example
White with #20E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E1DB; }
p { color: rgb(32,225,219); }
H1.HeaderClassName
{
color: #20E1DB;
}
.AnyTagClassName
{
color: #20E1DB;
}
</style>
background-color css
<style>
a { background-color: #20E1DB; }
a { background-color: rgb(32,225,219); }
div.DivClassName
{
background-color: #20E1DB;
}
.BgClassName
{
background-color: #20E1DB;
}
</style>
border-color css
<style>
span { border-color: #20E1DB; }
span { border-color: rgb(32,225,219); }
td.TdClassName
{
border-color: #20E1DB;
}
.TagClassName
{
border-color: #20E1DB;
}
</style>