Shades of Turquoise #20DFBA
Tints of Turquoise #20DFBA
RGB
CMYK
RGB Variations
Color information
#20DFBA (or 0x20DFBA) is known color: Turquoise. HEX triplet: 20, DF and BA. RGB value is (32,223,186). Sum of RGB (Red+Green+Blue) = 32+223+186=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFBA is #DF2045. Grayscale: #A1A1A1. Windows color (decimal): -14622790 or 12246816. OLE color: 12246816.
HSL color Cylindrical-coordinate representation of color #20DFBA: hue angle of 168.38º 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 #20DFBA is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 186 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.13 |
| HSL | 168.38º | 0.75% | 0.5% | - |
| HSV(B) | 168.38º | 0.86% | 0.87% | - |
| XYZ | 35.85 | 56.63 | 55.5 | - |
| YUV | 161.67 | 141.72 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 186 | 0.86 | 0 | 0.17 | 0.13 | 168.38 | 0.75 | 0.5 |
| Hex | 20 | DF | BA | 56 | 0 | 11 | D | A8 | 4B | 32 |
| Octal | 40 | 337 | 272 | 126 | 0 | 21 | 15 | 250 | 113 | 62 |
| Binary | 100000 | 11011111 | 10111010 | 1010110 | 0 | 10001 | 1101 | 10101000 | 1001011 | 110010 |
Color Harmonies of #20DFBA
Complementary color
Monochromatic Colors of #20DFBA
Black with #20DFBA
Text Example
Text Example
White with #20DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFBA; }
p { color: rgb(32,223,186); }
H1.HeaderClassName
{
color: #20DFBA;
}
.AnyTagClassName
{
color: #20DFBA;
}
</style>
background-color css
<style>
a { background-color: #20DFBA; }
a { background-color: rgb(32,223,186); }
div.DivClassName
{
background-color: #20DFBA;
}
.BgClassName
{
background-color: #20DFBA;
}
</style>
border-color css
<style>
span { border-color: #20DFBA; }
span { border-color: rgb(32,223,186); }
td.TdClassName
{
border-color: #20DFBA;
}
.TagClassName
{
border-color: #20DFBA;
}
</style>