Shades of Turquoise #20DBBC
Tints of Turquoise #20DBBC
RGB
CMYK
RGB Variations
Color information
#20DBBC (or 0x20DBBC) is known color: Turquoise. HEX triplet: 20, DB and BC. RGB value is (32,219,188). Sum of RGB (Red+Green+Blue) = 32+219+188=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBBC is #DF2443. Grayscale: #9F9F9F. Windows color (decimal): -14623812 or 12376864. OLE color: 12376864.
HSL color Cylindrical-coordinate representation of color #20DBBC: hue angle of 170.05º 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 #20DBBC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 188 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.14 |
| HSL | 170.05º | 0.75% | 0.49% | - |
| HSV(B) | 170.05º | 0.85% | 0.86% | - |
| XYZ | 35 | 54.6 | 56.27 | - |
| YUV | 159.55 | 144.05 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 188 | 0.85 | 0 | 0.14 | 0.14 | 170.05 | 0.75 | 0.49 |
| Hex | 20 | DB | BC | 55 | 0 | E | E | AA | 4B | 31 |
| Octal | 40 | 333 | 274 | 125 | 0 | 16 | 16 | 252 | 113 | 61 |
| Binary | 100000 | 11011011 | 10111100 | 1010101 | 0 | 1110 | 1110 | 10101010 | 1001011 | 110001 |
Color Harmonies of #20DBBC
Complementary color
Monochromatic Colors of #20DBBC
Black with #20DBBC
Text Example
Text Example
White with #20DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBBC; }
p { color: rgb(32,219,188); }
H1.HeaderClassName
{
color: #20DBBC;
}
.AnyTagClassName
{
color: #20DBBC;
}
</style>
background-color css
<style>
a { background-color: #20DBBC; }
a { background-color: rgb(32,219,188); }
div.DivClassName
{
background-color: #20DBBC;
}
.BgClassName
{
background-color: #20DBBC;
}
</style>
border-color css
<style>
span { border-color: #20DBBC; }
span { border-color: rgb(32,219,188); }
td.TdClassName
{
border-color: #20DBBC;
}
.TagClassName
{
border-color: #20DBBC;
}
</style>