Shades of Turquoise #20DFBE
Tints of Turquoise #20DFBE
RGB
CMYK
RGB Variations
Color information
#20DFBE (or 0x20DFBE) is known color: Turquoise. HEX triplet: 20, DF and BE. RGB value is (32,223,190). Sum of RGB (Red+Green+Blue) = 32+223+190=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFBE is #DF2041. Grayscale: #A2A2A2. Windows color (decimal): -14622786 or 12508960. OLE color: 12508960.
HSL color Cylindrical-coordinate representation of color #20DFBE: hue angle of 169.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DFBE is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 190 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.13 |
| HSL | 169.63º | 0.75% | 0.5% | - |
| HSV(B) | 169.63º | 0.86% | 0.87% | - |
| XYZ | 36.28 | 56.8 | 57.77 | - |
| YUV | 162.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 190 | 0.86 | 0 | 0.15 | 0.13 | 169.63 | 0.75 | 0.5 |
| Hex | 20 | DF | BE | 56 | 0 | F | D | AA | 4B | 32 |
| Octal | 40 | 337 | 276 | 126 | 0 | 17 | 15 | 252 | 113 | 62 |
| Binary | 100000 | 11011111 | 10111110 | 1010110 | 0 | 1111 | 1101 | 10101010 | 1001011 | 110010 |
Color Harmonies of #20DFBE
Complementary color
Monochromatic Colors of #20DFBE
Black with #20DFBE
Text Example
Text Example
White with #20DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFBE; }
p { color: rgb(32,223,190); }
H1.HeaderClassName
{
color: #20DFBE;
}
.AnyTagClassName
{
color: #20DFBE;
}
</style>
background-color css
<style>
a { background-color: #20DFBE; }
a { background-color: rgb(32,223,190); }
div.DivClassName
{
background-color: #20DFBE;
}
.BgClassName
{
background-color: #20DFBE;
}
</style>
border-color css
<style>
span { border-color: #20DFBE; }
span { border-color: rgb(32,223,190); }
td.TdClassName
{
border-color: #20DFBE;
}
.TagClassName
{
border-color: #20DFBE;
}
</style>