Shades of Bright Turquoise #20DCE3
Tints of Bright Turquoise #20DCE3
RGB
CMYK
RGB Variations
Color information
#20DCE3 (or 0x20DCE3) is known color: Bright Turquoise. HEX triplet: 20, DC and E3. RGB value is (32,220,227). Sum of RGB (Red+Green+Blue) = 32+220+227=479 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.68% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #20DCE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCE3 is #DF231C. Grayscale: #A4A4A4. Windows color (decimal): -14623517 or 14933024. OLE color: 14933024.
HSL color Cylindrical-coordinate representation of color #20DCE3: hue angle of 182.15º 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 #20DCE3 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 220 | 227 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.11 |
| HSL | 182.15º | 0.78% | 0.51% | - |
| HSV(B) | 182.15º | 0.86% | 0.89% | - |
| XYZ | 40.05 | 57.04 | 81.57 | - |
| YUV | 164.59 | 163.22 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 227 | 0.86 | 0.03 | 0 | 0.11 | 182.15 | 0.78 | 0.51 |
| Hex | 20 | DC | E3 | 56 | 3 | 0 | B | B6 | 4E | 33 |
| Octal | 40 | 334 | 343 | 126 | 3 | 0 | 13 | 266 | 116 | 63 |
| Binary | 100000 | 11011100 | 11100011 | 1010110 | 11 | 0 | 1011 | 10110110 | 1001110 | 110011 |
Color Harmonies of #20DCE3
Complementary color
Monochromatic Colors of #20DCE3
Black with #20DCE3
Text Example
Text Example
White with #20DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCE3; }
p { color: rgb(32,220,227); }
H1.HeaderClassName
{
color: #20DCE3;
}
.AnyTagClassName
{
color: #20DCE3;
}
</style>
background-color css
<style>
a { background-color: #20DCE3; }
a { background-color: rgb(32,220,227); }
div.DivClassName
{
background-color: #20DCE3;
}
.BgClassName
{
background-color: #20DCE3;
}
</style>
border-color css
<style>
span { border-color: #20DCE3; }
span { border-color: rgb(32,220,227); }
td.TdClassName
{
border-color: #20DCE3;
}
.TagClassName
{
border-color: #20DCE3;
}
</style>