Shades of Bright Turquoise #20E1D0
Tints of Bright Turquoise #20E1D0
RGB
CMYK
RGB Variations
Color information
#20E1D0 (or 0x20E1D0) is known color: Bright Turquoise. HEX triplet: 20, E1 and D0. RGB value is (32,225,208). Sum of RGB (Red+Green+Blue) = 32+225+208=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #20E1D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E1D0 is #DF1E2F. Grayscale: #A5A5A5. Windows color (decimal): -14622256 or 13689120. OLE color: 13689120.
HSL color Cylindrical-coordinate representation of color #20E1D0: hue angle of 174.72º 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 #20E1D0 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 208 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.12 |
| HSL | 174.72º | 0.76% | 0.5% | - |
| HSV(B) | 174.72º | 0.86% | 0.88% | - |
| XYZ | 38.91 | 58.71 | 68.96 | - |
| YUV | 165.36 | 152.06 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 208 | 0.86 | 0 | 0.08 | 0.12 | 174.72 | 0.76 | 0.5 |
| Hex | 20 | E1 | D0 | 56 | 0 | 8 | C | AF | 4C | 32 |
| Octal | 40 | 341 | 320 | 126 | 0 | 10 | 14 | 257 | 114 | 62 |
| Binary | 100000 | 11100001 | 11010000 | 1010110 | 0 | 1000 | 1100 | 10101111 | 1001100 | 110010 |
Color Harmonies of #20E1D0
Complementary color
Monochromatic Colors of #20E1D0
Black with #20E1D0
Text Example
Text Example
White with #20E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E1D0; }
p { color: rgb(32,225,208); }
H1.HeaderClassName
{
color: #20E1D0;
}
.AnyTagClassName
{
color: #20E1D0;
}
</style>
background-color css
<style>
a { background-color: #20E1D0; }
a { background-color: rgb(32,225,208); }
div.DivClassName
{
background-color: #20E1D0;
}
.BgClassName
{
background-color: #20E1D0;
}
</style>
border-color css
<style>
span { border-color: #20E1D0; }
span { border-color: rgb(32,225,208); }
td.TdClassName
{
border-color: #20E1D0;
}
.TagClassName
{
border-color: #20E1D0;
}
</style>