Shades of Dark Turquoise #20CDE5
Tints of Dark Turquoise #20CDE5
RGB
CMYK
RGB Variations
Color information
#20CDE5 (or 0x20CDE5) is known color: Dark Turquoise. HEX triplet: 20, CD and E5. RGB value is (32,205,229). Sum of RGB (Red+Green+Blue) = 32+205+229=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #20CDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDE5 is #DF321A. Grayscale: #9B9B9B. Windows color (decimal): -14627355 or 15060256. OLE color: 15060256.
HSL color Cylindrical-coordinate representation of color #20CDE5: hue angle of 187.31º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CDE5 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 205 | 229 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.10 |
| HSL | 187.31º | 0.79% | 0.51% | - |
| HSV(B) | 187.31º | 0.86% | 0.9% | - |
| XYZ | 36.57 | 49.63 | 81.78 | - |
| YUV | 156.01 | 169.19 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 229 | 0.86 | 0.10 | 0 | 0.10 | 187.31 | 0.79 | 0.51 |
| Hex | 20 | CD | E5 | 56 | A | 0 | A | BB | 4F | 33 |
| Octal | 40 | 315 | 345 | 126 | 12 | 0 | 12 | 273 | 117 | 63 |
| Binary | 100000 | 11001101 | 11100101 | 1010110 | 1010 | 0 | 1010 | 10111011 | 1001111 | 110011 |
Color Harmonies of #20CDE5
Complementary color
Monochromatic Colors of #20CDE5
Black with #20CDE5
Text Example
Text Example
White with #20CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDE5; }
p { color: rgb(32,205,229); }
H1.HeaderClassName
{
color: #20CDE5;
}
.AnyTagClassName
{
color: #20CDE5;
}
</style>
background-color css
<style>
a { background-color: #20CDE5; }
a { background-color: rgb(32,205,229); }
div.DivClassName
{
background-color: #20CDE5;
}
.BgClassName
{
background-color: #20CDE5;
}
</style>
border-color css
<style>
span { border-color: #20CDE5; }
span { border-color: rgb(32,205,229); }
td.TdClassName
{
border-color: #20CDE5;
}
.TagClassName
{
border-color: #20CDE5;
}
</style>