Shades of Turquoise #20DEBD
Tints of Turquoise #20DEBD
RGB
CMYK
RGB Variations
Color information
#20DEBD (or 0x20DEBD) is known color: Turquoise. HEX triplet: 20, DE and BD. RGB value is (32,222,189). Sum of RGB (Red+Green+Blue) = 32+222+189=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #20DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DEBD is #DF2142. Grayscale: #A1A1A1. Windows color (decimal): -14623043 or 12443168. OLE color: 12443168.
HSL color Cylindrical-coordinate representation of color #20DEBD: hue angle of 169.58º 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 #20DEBD is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 189 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.13 |
| HSL | 169.58º | 0.75% | 0.5% | - |
| HSV(B) | 169.58º | 0.86% | 0.87% | - |
| XYZ | 35.9 | 56.22 | 57.1 | - |
| YUV | 161.43 | 143.55 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 189 | 0.86 | 0 | 0.15 | 0.13 | 169.58 | 0.75 | 0.5 |
| Hex | 20 | DE | BD | 56 | 0 | F | D | AA | 4B | 32 |
| Octal | 40 | 336 | 275 | 126 | 0 | 17 | 15 | 252 | 113 | 62 |
| Binary | 100000 | 11011110 | 10111101 | 1010110 | 0 | 1111 | 1101 | 10101010 | 1001011 | 110010 |
Color Harmonies of #20DEBD
Complementary color
Monochromatic Colors of #20DEBD
Black with #20DEBD
Text Example
Text Example
White with #20DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DEBD; }
p { color: rgb(32,222,189); }
H1.HeaderClassName
{
color: #20DEBD;
}
.AnyTagClassName
{
color: #20DEBD;
}
</style>
background-color css
<style>
a { background-color: #20DEBD; }
a { background-color: rgb(32,222,189); }
div.DivClassName
{
background-color: #20DEBD;
}
.BgClassName
{
background-color: #20DEBD;
}
</style>
border-color css
<style>
span { border-color: #20DEBD; }
span { border-color: rgb(32,222,189); }
td.TdClassName
{
border-color: #20DEBD;
}
.TagClassName
{
border-color: #20DEBD;
}
</style>