Shades of Dark Turquoise #20CFE0
Tints of Dark Turquoise #20CFE0
RGB
CMYK
RGB Variations
Color information
#20CFE0 (or 0x20CFE0) is known color: Dark Turquoise. HEX triplet: 20, CF and E0. RGB value is (32,207,224). Sum of RGB (Red+Green+Blue) = 32+207+224=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #20CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFE0 is #DF301F. Grayscale: #9C9C9C. Windows color (decimal): -14626848 or 14733088. OLE color: 14733088.
HSL color Cylindrical-coordinate representation of color #20CFE0: hue angle of 185.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CFE0 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 207 | 224 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.12 |
| HSL | 185.31º | 0.76% | 0.5% | - |
| HSV(B) | 185.31º | 0.86% | 0.88% | - |
| XYZ | 36.36 | 50.31 | 78.32 | - |
| YUV | 156.61 | 166.02 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 224 | 0.86 | 0.08 | 0 | 0.12 | 185.31 | 0.76 | 0.5 |
| Hex | 20 | CF | E0 | 56 | 8 | 0 | C | B9 | 4C | 32 |
| Octal | 40 | 317 | 340 | 126 | 10 | 0 | 14 | 271 | 114 | 62 |
| Binary | 100000 | 11001111 | 11100000 | 1010110 | 1000 | 0 | 1100 | 10111001 | 1001100 | 110010 |
Color Harmonies of #20CFE0
Complementary color
Monochromatic Colors of #20CFE0
Black with #20CFE0
Text Example
Text Example
White with #20CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFE0; }
p { color: rgb(32,207,224); }
H1.HeaderClassName
{
color: #20CFE0;
}
.AnyTagClassName
{
color: #20CFE0;
}
</style>
background-color css
<style>
a { background-color: #20CFE0; }
a { background-color: rgb(32,207,224); }
div.DivClassName
{
background-color: #20CFE0;
}
.BgClassName
{
background-color: #20CFE0;
}
</style>
border-color css
<style>
span { border-color: #20CFE0; }
span { border-color: rgb(32,207,224); }
td.TdClassName
{
border-color: #20CFE0;
}
.TagClassName
{
border-color: #20CFE0;
}
</style>