Shades of Dark Turquoise #20CCD9
Tints of Dark Turquoise #20CCD9
RGB
CMYK
RGB Variations
Color information
#20CCD9 (or 0x20CCD9) is known color: Dark Turquoise. HEX triplet: 20, CC and D9. RGB value is (32,204,217). Sum of RGB (Red+Green+Blue) = 32+204+217=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #20CCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCD9 is #DF3326. Grayscale: #999999. Windows color (decimal): -14627623 or 14273568. OLE color: 14273568.
HSL color Cylindrical-coordinate representation of color #20CCD9: hue angle of 184.22º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CCD9 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 204 | 217 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.15 |
| HSL | 184.22º | 0.74% | 0.49% | - |
| HSV(B) | 184.22º | 0.85% | 0.85% | - |
| XYZ | 34.71 | 48.5 | 73.18 | - |
| YUV | 154.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 217 | 0.85 | 0.06 | 0 | 0.15 | 184.22 | 0.74 | 0.49 |
| Hex | 20 | CC | D9 | 55 | 6 | 0 | F | B8 | 4A | 31 |
| Octal | 40 | 314 | 331 | 125 | 6 | 0 | 17 | 270 | 112 | 61 |
| Binary | 100000 | 11001100 | 11011001 | 1010101 | 110 | 0 | 1111 | 10111000 | 1001010 | 110001 |
Color Harmonies of #20CCD9
Complementary color
Monochromatic Colors of #20CCD9
Black with #20CCD9
Text Example
Text Example
White with #20CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCD9; }
p { color: rgb(32,204,217); }
H1.HeaderClassName
{
color: #20CCD9;
}
.AnyTagClassName
{
color: #20CCD9;
}
</style>
background-color css
<style>
a { background-color: #20CCD9; }
a { background-color: rgb(32,204,217); }
div.DivClassName
{
background-color: #20CCD9;
}
.BgClassName
{
background-color: #20CCD9;
}
</style>
border-color css
<style>
span { border-color: #20CCD9; }
span { border-color: rgb(32,204,217); }
td.TdClassName
{
border-color: #20CCD9;
}
.TagClassName
{
border-color: #20CCD9;
}
</style>