Shades of Dark Turquoise #20CFDD
Tints of Dark Turquoise #20CFDD
RGB
CMYK
RGB Variations
Color information
#20CFDD (or 0x20CFDD) is known color: Dark Turquoise. HEX triplet: 20, CF and DD. RGB value is (32,207,221). Sum of RGB (Red+Green+Blue) = 32+207+221=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #20CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFDD is #DF3022. Grayscale: #9C9C9C. Windows color (decimal): -14626851 or 14536480. OLE color: 14536480.
HSL color Cylindrical-coordinate representation of color #20CFDD: hue angle of 184.44º 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 #20CFDD is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 207 | 221 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.13 |
| HSL | 184.44º | 0.75% | 0.5% | - |
| HSV(B) | 184.44º | 0.86% | 0.87% | - |
| XYZ | 35.96 | 50.15 | 76.19 | - |
| YUV | 156.27 | 164.52 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 221 | 0.86 | 0.06 | 0 | 0.13 | 184.44 | 0.75 | 0.5 |
| Hex | 20 | CF | DD | 56 | 6 | 0 | D | B8 | 4B | 32 |
| Octal | 40 | 317 | 335 | 126 | 6 | 0 | 15 | 270 | 113 | 62 |
| Binary | 100000 | 11001111 | 11011101 | 1010110 | 110 | 0 | 1101 | 10111000 | 1001011 | 110010 |
Color Harmonies of #20CFDD
Complementary color
Monochromatic Colors of #20CFDD
Black with #20CFDD
Text Example
Text Example
White with #20CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFDD; }
p { color: rgb(32,207,221); }
H1.HeaderClassName
{
color: #20CFDD;
}
.AnyTagClassName
{
color: #20CFDD;
}
</style>
background-color css
<style>
a { background-color: #20CFDD; }
a { background-color: rgb(32,207,221); }
div.DivClassName
{
background-color: #20CFDD;
}
.BgClassName
{
background-color: #20CFDD;
}
</style>
border-color css
<style>
span { border-color: #20CFDD; }
span { border-color: rgb(32,207,221); }
td.TdClassName
{
border-color: #20CFDD;
}
.TagClassName
{
border-color: #20CFDD;
}
</style>