Shades of Turquoise #20DFB9
Tints of Turquoise #20DFB9
RGB
CMYK
RGB Variations
Color information
#20DFB9 (or 0x20DFB9) is known color: Turquoise. HEX triplet: 20, DF and B9. RGB value is (32,223,185). Sum of RGB (Red+Green+Blue) = 32+223+185=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFB9 is #DF2046. Grayscale: #A1A1A1. Windows color (decimal): -14622791 or 12181280. OLE color: 12181280.
HSL color Cylindrical-coordinate representation of color #20DFB9: hue angle of 168.06º 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 #20DFB9 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 185 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.13 |
| HSL | 168.06º | 0.75% | 0.5% | - |
| HSV(B) | 168.06º | 0.86% | 0.87% | - |
| XYZ | 35.74 | 56.59 | 54.94 | - |
| YUV | 161.56 | 141.22 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 185 | 0.86 | 0 | 0.17 | 0.13 | 168.06 | 0.75 | 0.5 |
| Hex | 20 | DF | B9 | 56 | 0 | 11 | D | A8 | 4B | 32 |
| Octal | 40 | 337 | 271 | 126 | 0 | 21 | 15 | 250 | 113 | 62 |
| Binary | 100000 | 11011111 | 10111001 | 1010110 | 0 | 10001 | 1101 | 10101000 | 1001011 | 110010 |
Color Harmonies of #20DFB9
Complementary color
Monochromatic Colors of #20DFB9
Black with #20DFB9
Text Example
Text Example
White with #20DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFB9; }
p { color: rgb(32,223,185); }
H1.HeaderClassName
{
color: #20DFB9;
}
.AnyTagClassName
{
color: #20DFB9;
}
</style>
background-color css
<style>
a { background-color: #20DFB9; }
a { background-color: rgb(32,223,185); }
div.DivClassName
{
background-color: #20DFB9;
}
.BgClassName
{
background-color: #20DFB9;
}
</style>
border-color css
<style>
span { border-color: #20DFB9; }
span { border-color: rgb(32,223,185); }
td.TdClassName
{
border-color: #20DFB9;
}
.TagClassName
{
border-color: #20DFB9;
}
</style>