Shades of Dark Turquoise #20CEDD
Tints of Dark Turquoise #20CEDD
RGB
CMYK
RGB Variations
Color information
#20CEDD (or 0x20CEDD) is known color: Dark Turquoise. HEX triplet: 20, CE and DD. RGB value is (32,206,221). Sum of RGB (Red+Green+Blue) = 32+206+221=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #20CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CEDD is #DF3122. Grayscale: #9B9B9B. Windows color (decimal): -14627107 or 14536224. OLE color: 14536224.
HSL color Cylindrical-coordinate representation of color #20CEDD: hue angle of 184.76º 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 #20CEDD is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 206 | 221 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.13 |
| HSL | 184.76º | 0.75% | 0.5% | - |
| HSV(B) | 184.76º | 0.86% | 0.87% | - |
| XYZ | 35.72 | 49.67 | 76.11 | - |
| YUV | 155.68 | 164.85 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 221 | 0.86 | 0.07 | 0 | 0.13 | 184.76 | 0.75 | 0.5 |
| Hex | 20 | CE | DD | 56 | 7 | 0 | D | B9 | 4B | 32 |
| Octal | 40 | 316 | 335 | 126 | 7 | 0 | 15 | 271 | 113 | 62 |
| Binary | 100000 | 11001110 | 11011101 | 1010110 | 111 | 0 | 1101 | 10111001 | 1001011 | 110010 |
Color Harmonies of #20CEDD
Complementary color
Monochromatic Colors of #20CEDD
Black with #20CEDD
Text Example
Text Example
White with #20CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CEDD; }
p { color: rgb(32,206,221); }
H1.HeaderClassName
{
color: #20CEDD;
}
.AnyTagClassName
{
color: #20CEDD;
}
</style>
background-color css
<style>
a { background-color: #20CEDD; }
a { background-color: rgb(32,206,221); }
div.DivClassName
{
background-color: #20CEDD;
}
.BgClassName
{
background-color: #20CEDD;
}
</style>
border-color css
<style>
span { border-color: #20CEDD; }
span { border-color: rgb(32,206,221); }
td.TdClassName
{
border-color: #20CEDD;
}
.TagClassName
{
border-color: #20CEDD;
}
</style>