Shades of Dark Turquoise #20CDE3
Tints of Dark Turquoise #20CDE3
RGB
CMYK
RGB Variations
Color information
#20CDE3 (or 0x20CDE3) is known color: Dark Turquoise. HEX triplet: 20, CD and E3. RGB value is (32,205,227). Sum of RGB (Red+Green+Blue) = 32+205+227=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #20CDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDE3 is #DF321C. Grayscale: #9B9B9B. Windows color (decimal): -14627357 or 14929184. OLE color: 14929184.
HSL color Cylindrical-coordinate representation of color #20CDE3: hue angle of 186.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CDE3 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 205 | 227 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.11 |
| HSL | 186.77º | 0.78% | 0.51% | - |
| HSV(B) | 186.77º | 0.86% | 0.89% | - |
| XYZ | 36.29 | 49.52 | 80.32 | - |
| YUV | 155.78 | 168.19 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 227 | 0.86 | 0.10 | 0 | 0.11 | 186.77 | 0.78 | 0.51 |
| Hex | 20 | CD | E3 | 56 | A | 0 | B | BB | 4E | 33 |
| Octal | 40 | 315 | 343 | 126 | 12 | 0 | 13 | 273 | 116 | 63 |
| Binary | 100000 | 11001101 | 11100011 | 1010110 | 1010 | 0 | 1011 | 10111011 | 1001110 | 110011 |
Color Harmonies of #20CDE3
Complementary color
Monochromatic Colors of #20CDE3
Black with #20CDE3
Text Example
Text Example
White with #20CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDE3; }
p { color: rgb(32,205,227); }
H1.HeaderClassName
{
color: #20CDE3;
}
.AnyTagClassName
{
color: #20CDE3;
}
</style>
background-color css
<style>
a { background-color: #20CDE3; }
a { background-color: rgb(32,205,227); }
div.DivClassName
{
background-color: #20CDE3;
}
.BgClassName
{
background-color: #20CDE3;
}
</style>
border-color css
<style>
span { border-color: #20CDE3; }
span { border-color: rgb(32,205,227); }
td.TdClassName
{
border-color: #20CDE3;
}
.TagClassName
{
border-color: #20CDE3;
}
</style>