Shades of Bright Turquoise #20DDD6
Tints of Bright Turquoise #20DDD6
RGB
CMYK
RGB Variations
Color information
#20DDD6 (or 0x20DDD6) is known color: Bright Turquoise. HEX triplet: 20, DD and D6. RGB value is (32,221,214). Sum of RGB (Red+Green+Blue) = 32+221+214=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDD6 is #DF2229. Grayscale: #A3A3A3. Windows color (decimal): -14623274 or 14081312. OLE color: 14081312.
HSL color Cylindrical-coordinate representation of color #20DDD6: hue angle of 177.78º 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 #20DDD6 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 214 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.13 |
| HSL | 177.78º | 0.75% | 0.5% | - |
| HSV(B) | 177.78º | 0.86% | 0.87% | - |
| XYZ | 38.59 | 56.88 | 72.56 | - |
| YUV | 163.69 | 156.38 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 214 | 0.86 | 0 | 0.03 | 0.13 | 177.78 | 0.75 | 0.5 |
| Hex | 20 | DD | D6 | 56 | 0 | 3 | D | B2 | 4B | 32 |
| Octal | 40 | 335 | 326 | 126 | 0 | 3 | 15 | 262 | 113 | 62 |
| Binary | 100000 | 11011101 | 11010110 | 1010110 | 0 | 11 | 1101 | 10110010 | 1001011 | 110010 |
Color Harmonies of #20DDD6
Complementary color
Monochromatic Colors of #20DDD6
Black with #20DDD6
Text Example
Text Example
White with #20DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDD6; }
p { color: rgb(32,221,214); }
H1.HeaderClassName
{
color: #20DDD6;
}
.AnyTagClassName
{
color: #20DDD6;
}
</style>
background-color css
<style>
a { background-color: #20DDD6; }
a { background-color: rgb(32,221,214); }
div.DivClassName
{
background-color: #20DDD6;
}
.BgClassName
{
background-color: #20DDD6;
}
</style>
border-color css
<style>
span { border-color: #20DDD6; }
span { border-color: rgb(32,221,214); }
td.TdClassName
{
border-color: #20DDD6;
}
.TagClassName
{
border-color: #20DDD6;
}
</style>