Shades of Bright Turquoise #20E9DB
Tints of Bright Turquoise #20E9DB
RGB
CMYK
RGB Variations
Color information
#20E9DB (or 0x20E9DB) is known color: Bright Turquoise. HEX triplet: 20, E9 and DB. RGB value is (32,233,219). Sum of RGB (Red+Green+Blue) = 32+233+219=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #20E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E9DB is #DF1624. Grayscale: #ABABAB. Windows color (decimal): -14620197 or 14412064. OLE color: 14412064.
HSL color Cylindrical-coordinate representation of color #20E9DB: hue angle of 175.82º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E9DB is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 219 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.09 |
| HSL | 175.82º | 0.82% | 0.52% | - |
| HSV(B) | 175.82º | 0.86% | 0.91% | - |
| XYZ | 42.52 | 63.7 | 77.07 | - |
| YUV | 171.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 219 | 0.86 | 0 | 0.06 | 0.09 | 175.82 | 0.82 | 0.52 |
| Hex | 20 | E9 | DB | 56 | 0 | 6 | 9 | B0 | 52 | 34 |
| Octal | 40 | 351 | 333 | 126 | 0 | 6 | 11 | 260 | 122 | 64 |
| Binary | 100000 | 11101001 | 11011011 | 1010110 | 0 | 110 | 1001 | 10110000 | 1010010 | 110100 |
Color Harmonies of #20E9DB
Complementary color
Monochromatic Colors of #20E9DB
Black with #20E9DB
Text Example
Text Example
White with #20E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E9DB; }
p { color: rgb(32,233,219); }
H1.HeaderClassName
{
color: #20E9DB;
}
.AnyTagClassName
{
color: #20E9DB;
}
</style>
background-color css
<style>
a { background-color: #20E9DB; }
a { background-color: rgb(32,233,219); }
div.DivClassName
{
background-color: #20E9DB;
}
.BgClassName
{
background-color: #20E9DB;
}
</style>
border-color css
<style>
span { border-color: #20E9DB; }
span { border-color: rgb(32,233,219); }
td.TdClassName
{
border-color: #20E9DB;
}
.TagClassName
{
border-color: #20E9DB;
}
</style>