Shades of Bright Turquoise #20D4DD
Tints of Bright Turquoise #20D4DD
RGB
CMYK
RGB Variations
Color information
#20D4DD (or 0x20D4DD) is known color: Bright Turquoise. HEX triplet: 20, D4 and DD. RGB value is (32,212,221). Sum of RGB (Red+Green+Blue) = 32+212+221=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #20D4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D4DD is #DF2B22. Grayscale: #9E9E9E. Windows color (decimal): -14625571 or 14537760. OLE color: 14537760.
HSL color Cylindrical-coordinate representation of color #20D4DD: hue angle of 182.86º 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 #20D4DD is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 212 | 221 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.13 |
| HSL | 182.86º | 0.75% | 0.5% | - |
| HSV(B) | 182.86º | 0.86% | 0.87% | - |
| XYZ | 37.19 | 52.61 | 76.6 | - |
| YUV | 159.21 | 162.87 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 221 | 0.86 | 0.04 | 0 | 0.13 | 182.86 | 0.75 | 0.5 |
| Hex | 20 | D4 | DD | 56 | 4 | 0 | D | B7 | 4B | 32 |
| Octal | 40 | 324 | 335 | 126 | 4 | 0 | 15 | 267 | 113 | 62 |
| Binary | 100000 | 11010100 | 11011101 | 1010110 | 100 | 0 | 1101 | 10110111 | 1001011 | 110010 |
Color Harmonies of #20D4DD
Complementary color
Monochromatic Colors of #20D4DD
Black with #20D4DD
Text Example
Text Example
White with #20D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D4DD; }
p { color: rgb(32,212,221); }
H1.HeaderClassName
{
color: #20D4DD;
}
.AnyTagClassName
{
color: #20D4DD;
}
</style>
background-color css
<style>
a { background-color: #20D4DD; }
a { background-color: rgb(32,212,221); }
div.DivClassName
{
background-color: #20D4DD;
}
.BgClassName
{
background-color: #20D4DD;
}
</style>
border-color css
<style>
span { border-color: #20D4DD; }
span { border-color: rgb(32,212,221); }
td.TdClassName
{
border-color: #20D4DD;
}
.TagClassName
{
border-color: #20D4DD;
}
</style>