Shades of Bright Turquoise #20DDD5
Tints of Bright Turquoise #20DDD5
RGB
CMYK
RGB Variations
Color information
#20DDD5 (or 0x20DDD5) is known color: Bright Turquoise. HEX triplet: 20, DD and D5. RGB value is (32,221,213). Sum of RGB (Red+Green+Blue) = 32+221+213=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDD5 is #DF222A. Grayscale: #A3A3A3. Windows color (decimal): -14623275 or 14015776. OLE color: 14015776.
HSL color Cylindrical-coordinate representation of color #20DDD5: hue angle of 177.46º 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 #20DDD5 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 213 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.13 |
| HSL | 177.46º | 0.75% | 0.5% | - |
| HSV(B) | 177.46º | 0.86% | 0.87% | - |
| XYZ | 38.46 | 56.82 | 71.89 | - |
| YUV | 163.58 | 155.88 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 213 | 0.86 | 0 | 0.04 | 0.13 | 177.46 | 0.75 | 0.5 |
| Hex | 20 | DD | D5 | 56 | 0 | 4 | D | B1 | 4B | 32 |
| Octal | 40 | 335 | 325 | 126 | 0 | 4 | 15 | 261 | 113 | 62 |
| Binary | 100000 | 11011101 | 11010101 | 1010110 | 0 | 100 | 1101 | 10110001 | 1001011 | 110010 |
Color Harmonies of #20DDD5
Complementary color
Monochromatic Colors of #20DDD5
Black with #20DDD5
Text Example
Text Example
White with #20DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDD5; }
p { color: rgb(32,221,213); }
H1.HeaderClassName
{
color: #20DDD5;
}
.AnyTagClassName
{
color: #20DDD5;
}
</style>
background-color css
<style>
a { background-color: #20DDD5; }
a { background-color: rgb(32,221,213); }
div.DivClassName
{
background-color: #20DDD5;
}
.BgClassName
{
background-color: #20DDD5;
}
</style>
border-color css
<style>
span { border-color: #20DDD5; }
span { border-color: rgb(32,221,213); }
td.TdClassName
{
border-color: #20DDD5;
}
.TagClassName
{
border-color: #20DDD5;
}
</style>