Shades of Turquoise #20DBCB
Tints of Turquoise #20DBCB
RGB
CMYK
RGB Variations
Color information
#20DBCB (or 0x20DBCB) is known color: Turquoise. HEX triplet: 20, DB and CB. RGB value is (32,219,203). Sum of RGB (Red+Green+Blue) = 32+219+203=454 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.05% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBCB is #DF2434. Grayscale: #A1A1A1. Windows color (decimal): -14623797 or 13359904. OLE color: 13359904.
HSL color Cylindrical-coordinate representation of color #20DBCB: hue angle of 174.87º 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 #20DBCB is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 203 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.14 |
| HSL | 174.87º | 0.75% | 0.49% | - |
| HSV(B) | 174.87º | 0.85% | 0.86% | - |
| XYZ | 36.71 | 55.28 | 65.24 | - |
| YUV | 161.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 203 | 0.85 | 0 | 0.07 | 0.14 | 174.87 | 0.75 | 0.49 |
| Hex | 20 | DB | CB | 55 | 0 | 7 | E | AF | 4B | 31 |
| Octal | 40 | 333 | 313 | 125 | 0 | 7 | 16 | 257 | 113 | 61 |
| Binary | 100000 | 11011011 | 11001011 | 1010101 | 0 | 111 | 1110 | 10101111 | 1001011 | 110001 |
Color Harmonies of #20DBCB
Complementary color
Monochromatic Colors of #20DBCB
Black with #20DBCB
Text Example
Text Example
White with #20DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBCB; }
p { color: rgb(32,219,203); }
H1.HeaderClassName
{
color: #20DBCB;
}
.AnyTagClassName
{
color: #20DBCB;
}
</style>
background-color css
<style>
a { background-color: #20DBCB; }
a { background-color: rgb(32,219,203); }
div.DivClassName
{
background-color: #20DBCB;
}
.BgClassName
{
background-color: #20DBCB;
}
</style>
border-color css
<style>
span { border-color: #20DBCB; }
span { border-color: rgb(32,219,203); }
td.TdClassName
{
border-color: #20DBCB;
}
.TagClassName
{
border-color: #20DBCB;
}
</style>