Shades of Bright Turquoise #20DEE1
Tints of Bright Turquoise #20DEE1
RGB
CMYK
RGB Variations
Color information
#20DEE1 (or 0x20DEE1) is known color: Bright Turquoise. HEX triplet: 20, DE and E1. RGB value is (32,222,225). Sum of RGB (Red+Green+Blue) = 32+222+225=479 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.68% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #20DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DEE1 is #DF211E. Grayscale: #A5A5A5. Windows color (decimal): -14623007 or 14802464. OLE color: 14802464.
HSL color Cylindrical-coordinate representation of color #20DEE1: hue angle of 180.93º 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 #20DEE1 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 222 | 225 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.12 |
| HSL | 180.93º | 0.76% | 0.5% | - |
| HSV(B) | 180.93º | 0.86% | 0.88% | - |
| XYZ | 40.31 | 57.99 | 80.3 | - |
| YUV | 165.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 225 | 0.86 | 0.01 | 0 | 0.12 | 180.93 | 0.76 | 0.5 |
| Hex | 20 | DE | E1 | 56 | 1 | 0 | C | B5 | 4C | 32 |
| Octal | 40 | 336 | 341 | 126 | 1 | 0 | 14 | 265 | 114 | 62 |
| Binary | 100000 | 11011110 | 11100001 | 1010110 | 1 | 0 | 1100 | 10110101 | 1001100 | 110010 |
Color Harmonies of #20DEE1
Complementary color
Monochromatic Colors of #20DEE1
Black with #20DEE1
Text Example
Text Example
White with #20DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DEE1; }
p { color: rgb(32,222,225); }
H1.HeaderClassName
{
color: #20DEE1;
}
.AnyTagClassName
{
color: #20DEE1;
}
</style>
background-color css
<style>
a { background-color: #20DEE1; }
a { background-color: rgb(32,222,225); }
div.DivClassName
{
background-color: #20DEE1;
}
.BgClassName
{
background-color: #20DEE1;
}
</style>
border-color css
<style>
span { border-color: #20DEE1; }
span { border-color: rgb(32,222,225); }
td.TdClassName
{
border-color: #20DEE1;
}
.TagClassName
{
border-color: #20DEE1;
}
</style>