Shades of Turquoise #20DDBC
Tints of Turquoise #20DDBC
RGB
CMYK
RGB Variations
Color information
#20DDBC (or 0x20DDBC) is known color: Turquoise. HEX triplet: 20, DD and BC. RGB value is (32,221,188). Sum of RGB (Red+Green+Blue) = 32+221+188=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDBC is #DF2243. Grayscale: #A0A0A0. Windows color (decimal): -14623300 or 12377376. OLE color: 12377376.
HSL color Cylindrical-coordinate representation of color #20DDBC: hue angle of 169.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DDBC is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 188 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.13 |
| HSL | 169.52º | 0.75% | 0.5% | - |
| HSV(B) | 169.52º | 0.86% | 0.87% | - |
| XYZ | 35.53 | 55.65 | 56.45 | - |
| YUV | 160.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 188 | 0.86 | 0 | 0.15 | 0.13 | 169.52 | 0.75 | 0.5 |
| Hex | 20 | DD | BC | 56 | 0 | F | D | AA | 4B | 32 |
| Octal | 40 | 335 | 274 | 126 | 0 | 17 | 15 | 252 | 113 | 62 |
| Binary | 100000 | 11011101 | 10111100 | 1010110 | 0 | 1111 | 1101 | 10101010 | 1001011 | 110010 |
Color Harmonies of #20DDBC
Complementary color
Monochromatic Colors of #20DDBC
Black with #20DDBC
Text Example
Text Example
White with #20DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDBC; }
p { color: rgb(32,221,188); }
H1.HeaderClassName
{
color: #20DDBC;
}
.AnyTagClassName
{
color: #20DDBC;
}
</style>
background-color css
<style>
a { background-color: #20DDBC; }
a { background-color: rgb(32,221,188); }
div.DivClassName
{
background-color: #20DDBC;
}
.BgClassName
{
background-color: #20DDBC;
}
</style>
border-color css
<style>
span { border-color: #20DDBC; }
span { border-color: rgb(32,221,188); }
td.TdClassName
{
border-color: #20DDBC;
}
.TagClassName
{
border-color: #20DDBC;
}
</style>