Shades of Bright Turquoise #20DFD1
Tints of Bright Turquoise #20DFD1
RGB
CMYK
RGB Variations
Color information
#20DFD1 (or 0x20DFD1) is known color: Bright Turquoise. HEX triplet: 20, DF and D1. RGB value is (32,223,209). Sum of RGB (Red+Green+Blue) = 32+223+209=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFD1 is #DF202E. Grayscale: #A4A4A4. Windows color (decimal): -14622767 or 13754144. OLE color: 13754144.
HSL color Cylindrical-coordinate representation of color #20DFD1: hue angle of 175.6º 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 #20DFD1 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 209 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.13 |
| HSL | 175.6º | 0.75% | 0.5% | - |
| HSV(B) | 175.6º | 0.86% | 0.87% | - |
| XYZ | 38.49 | 57.69 | 69.43 | - |
| YUV | 164.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 209 | 0.86 | 0 | 0.06 | 0.13 | 175.6 | 0.75 | 0.5 |
| Hex | 20 | DF | D1 | 56 | 0 | 6 | D | B0 | 4B | 32 |
| Octal | 40 | 337 | 321 | 126 | 0 | 6 | 15 | 260 | 113 | 62 |
| Binary | 100000 | 11011111 | 11010001 | 1010110 | 0 | 110 | 1101 | 10110000 | 1001011 | 110010 |
Color Harmonies of #20DFD1
Complementary color
Monochromatic Colors of #20DFD1
Black with #20DFD1
Text Example
Text Example
White with #20DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFD1; }
p { color: rgb(32,223,209); }
H1.HeaderClassName
{
color: #20DFD1;
}
.AnyTagClassName
{
color: #20DFD1;
}
</style>
background-color css
<style>
a { background-color: #20DFD1; }
a { background-color: rgb(32,223,209); }
div.DivClassName
{
background-color: #20DFD1;
}
.BgClassName
{
background-color: #20DFD1;
}
</style>
border-color css
<style>
span { border-color: #20DFD1; }
span { border-color: rgb(32,223,209); }
td.TdClassName
{
border-color: #20DFD1;
}
.TagClassName
{
border-color: #20DFD1;
}
</style>