Shades of Bright Turquoise #20D5DB
Tints of Bright Turquoise #20D5DB
RGB
CMYK
RGB Variations
Color information
#20D5DB (or 0x20D5DB) is known color: Bright Turquoise. HEX triplet: 20, D5 and DB. RGB value is (32,213,219). Sum of RGB (Red+Green+Blue) = 32+213+219=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #20D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D5DB is #DF2A24. Grayscale: #9F9F9F. Windows color (decimal): -14625317 or 14406944. OLE color: 14406944.
HSL color Cylindrical-coordinate representation of color #20D5DB: hue angle of 181.93º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D5DB is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 213 | 219 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.14 |
| HSL | 181.93º | 0.75% | 0.49% | - |
| HSV(B) | 181.93º | 0.85% | 0.86% | - |
| XYZ | 37.18 | 53.01 | 75.29 | - |
| YUV | 159.57 | 161.53 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 219 | 0.85 | 0.03 | 0 | 0.14 | 181.93 | 0.75 | 0.49 |
| Hex | 20 | D5 | DB | 55 | 3 | 0 | E | B6 | 4B | 31 |
| Octal | 40 | 325 | 333 | 125 | 3 | 0 | 16 | 266 | 113 | 61 |
| Binary | 100000 | 11010101 | 11011011 | 1010101 | 11 | 0 | 1110 | 10110110 | 1001011 | 110001 |
Color Harmonies of #20D5DB
Complementary color
Monochromatic Colors of #20D5DB
Black with #20D5DB
Text Example
Text Example
White with #20D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D5DB; }
p { color: rgb(32,213,219); }
H1.HeaderClassName
{
color: #20D5DB;
}
.AnyTagClassName
{
color: #20D5DB;
}
</style>
background-color css
<style>
a { background-color: #20D5DB; }
a { background-color: rgb(32,213,219); }
div.DivClassName
{
background-color: #20D5DB;
}
.BgClassName
{
background-color: #20D5DB;
}
</style>
border-color css
<style>
span { border-color: #20D5DB; }
span { border-color: rgb(32,213,219); }
td.TdClassName
{
border-color: #20D5DB;
}
.TagClassName
{
border-color: #20D5DB;
}
</style>