Shades of Dark Turquoise #20CDDD
Tints of Dark Turquoise #20CDDD
RGB
CMYK
RGB Variations
Color information
#20CDDD (or 0x20CDDD) is known color: Dark Turquoise. HEX triplet: 20, CD and DD. RGB value is (32,205,221). Sum of RGB (Red+Green+Blue) = 32+205+221=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #20CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDDD is #DF3222. Grayscale: #9A9A9A. Windows color (decimal): -14627363 or 14535968. OLE color: 14535968.
HSL color Cylindrical-coordinate representation of color #20CDDD: hue angle of 185.08º 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 #20CDDD is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 205 | 221 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.13 |
| HSL | 185.08º | 0.75% | 0.5% | - |
| HSV(B) | 185.08º | 0.86% | 0.87% | - |
| XYZ | 35.48 | 49.19 | 76.03 | - |
| YUV | 155.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 221 | 0.86 | 0.07 | 0 | 0.13 | 185.08 | 0.75 | 0.5 |
| Hex | 20 | CD | DD | 56 | 7 | 0 | D | B9 | 4B | 32 |
| Octal | 40 | 315 | 335 | 126 | 7 | 0 | 15 | 271 | 113 | 62 |
| Binary | 100000 | 11001101 | 11011101 | 1010110 | 111 | 0 | 1101 | 10111001 | 1001011 | 110010 |
Color Harmonies of #20CDDD
Complementary color
Monochromatic Colors of #20CDDD
Black with #20CDDD
Text Example
Text Example
White with #20CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDDD; }
p { color: rgb(32,205,221); }
H1.HeaderClassName
{
color: #20CDDD;
}
.AnyTagClassName
{
color: #20CDDD;
}
</style>
background-color css
<style>
a { background-color: #20CDDD; }
a { background-color: rgb(32,205,221); }
div.DivClassName
{
background-color: #20CDDD;
}
.BgClassName
{
background-color: #20CDDD;
}
</style>
border-color css
<style>
span { border-color: #20CDDD; }
span { border-color: rgb(32,205,221); }
td.TdClassName
{
border-color: #20CDDD;
}
.TagClassName
{
border-color: #20CDDD;
}
</style>