Shades of Turquoise #20DBBD
Tints of Turquoise #20DBBD
RGB
CMYK
RGB Variations
Color information
#20DBBD (or 0x20DBBD) is known color: Turquoise. HEX triplet: 20, DB and BD. RGB value is (32,219,189). Sum of RGB (Red+Green+Blue) = 32+219+189=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBBD is #DF2442. Grayscale: #9F9F9F. Windows color (decimal): -14623811 or 12442400. OLE color: 12442400.
HSL color Cylindrical-coordinate representation of color #20DBBD: hue angle of 170.37º 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 #20DBBD is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 189 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.14 |
| HSL | 170.37º | 0.75% | 0.49% | - |
| HSV(B) | 170.37º | 0.85% | 0.86% | - |
| XYZ | 35.11 | 54.64 | 56.84 | - |
| YUV | 159.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 189 | 0.85 | 0 | 0.14 | 0.14 | 170.37 | 0.75 | 0.49 |
| Hex | 20 | DB | BD | 55 | 0 | E | E | AA | 4B | 31 |
| Octal | 40 | 333 | 275 | 125 | 0 | 16 | 16 | 252 | 113 | 61 |
| Binary | 100000 | 11011011 | 10111101 | 1010101 | 0 | 1110 | 1110 | 10101010 | 1001011 | 110001 |
Color Harmonies of #20DBBD
Complementary color
Monochromatic Colors of #20DBBD
Black with #20DBBD
Text Example
Text Example
White with #20DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBBD; }
p { color: rgb(32,219,189); }
H1.HeaderClassName
{
color: #20DBBD;
}
.AnyTagClassName
{
color: #20DBBD;
}
</style>
background-color css
<style>
a { background-color: #20DBBD; }
a { background-color: rgb(32,219,189); }
div.DivClassName
{
background-color: #20DBBD;
}
.BgClassName
{
background-color: #20DBBD;
}
</style>
border-color css
<style>
span { border-color: #20DBBD; }
span { border-color: rgb(32,219,189); }
td.TdClassName
{
border-color: #20DBBD;
}
.TagClassName
{
border-color: #20DBBD;
}
</style>