Shades of Bright Turquoise #20DDD8
Tints of Bright Turquoise #20DDD8
RGB
CMYK
RGB Variations
Color information
#20DDD8 (or 0x20DDD8) is known color: Bright Turquoise. HEX triplet: 20, DD and D8. RGB value is (32,221,216). Sum of RGB (Red+Green+Blue) = 32+221+216=469 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.82% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDD8 is #DF2227. Grayscale: #A3A3A3. Windows color (decimal): -14623272 or 14212384. OLE color: 14212384.
HSL color Cylindrical-coordinate representation of color #20DDD8: hue angle of 178.41º 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 #20DDD8 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 216 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.13 |
| HSL | 178.41º | 0.75% | 0.5% | - |
| HSV(B) | 178.41º | 0.86% | 0.87% | - |
| XYZ | 38.85 | 56.98 | 73.92 | - |
| YUV | 163.92 | 157.38 | 33.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 216 | 0.86 | 0 | 0.02 | 0.13 | 178.41 | 0.75 | 0.5 |
| Hex | 20 | DD | D8 | 56 | 0 | 2 | D | B2 | 4B | 32 |
| Octal | 40 | 335 | 330 | 126 | 0 | 2 | 15 | 262 | 113 | 62 |
| Binary | 100000 | 11011101 | 11011000 | 1010110 | 0 | 10 | 1101 | 10110010 | 1001011 | 110010 |
Color Harmonies of #20DDD8
Complementary color
Monochromatic Colors of #20DDD8
Black with #20DDD8
Text Example
Text Example
White with #20DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDD8; }
p { color: rgb(32,221,216); }
H1.HeaderClassName
{
color: #20DDD8;
}
.AnyTagClassName
{
color: #20DDD8;
}
</style>
background-color css
<style>
a { background-color: #20DDD8; }
a { background-color: rgb(32,221,216); }
div.DivClassName
{
background-color: #20DDD8;
}
.BgClassName
{
background-color: #20DDD8;
}
</style>
border-color css
<style>
span { border-color: #20DDD8; }
span { border-color: rgb(32,221,216); }
td.TdClassName
{
border-color: #20DDD8;
}
.TagClassName
{
border-color: #20DDD8;
}
</style>