Shades of Bright Turquoise #20DFD3
Tints of Bright Turquoise #20DFD3
RGB
CMYK
RGB Variations
Color information
#20DFD3 (or 0x20DFD3) is known color: Bright Turquoise. HEX triplet: 20, DF and D3. RGB value is (32,223,211). Sum of RGB (Red+Green+Blue) = 32+223+211=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFD3 is #DF202C. Grayscale: #A4A4A4. Windows color (decimal): -14622765 or 13885216. OLE color: 13885216.
HSL color Cylindrical-coordinate representation of color #20DFD3: hue angle of 176.23º 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 #20DFD3 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 211 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.13 |
| HSL | 176.23º | 0.75% | 0.5% | - |
| HSV(B) | 176.23º | 0.86% | 0.87% | - |
| XYZ | 38.74 | 57.79 | 70.74 | - |
| YUV | 164.52 | 154.22 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 211 | 0.86 | 0 | 0.05 | 0.13 | 176.23 | 0.75 | 0.5 |
| Hex | 20 | DF | D3 | 56 | 0 | 5 | D | B0 | 4B | 32 |
| Octal | 40 | 337 | 323 | 126 | 0 | 5 | 15 | 260 | 113 | 62 |
| Binary | 100000 | 11011111 | 11010011 | 1010110 | 0 | 101 | 1101 | 10110000 | 1001011 | 110010 |
Color Harmonies of #20DFD3
Complementary color
Monochromatic Colors of #20DFD3
Black with #20DFD3
Text Example
Text Example
White with #20DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFD3; }
p { color: rgb(32,223,211); }
H1.HeaderClassName
{
color: #20DFD3;
}
.AnyTagClassName
{
color: #20DFD3;
}
</style>
background-color css
<style>
a { background-color: #20DFD3; }
a { background-color: rgb(32,223,211); }
div.DivClassName
{
background-color: #20DFD3;
}
.BgClassName
{
background-color: #20DFD3;
}
</style>
border-color css
<style>
span { border-color: #20DFD3; }
span { border-color: rgb(32,223,211); }
td.TdClassName
{
border-color: #20DFD3;
}
.TagClassName
{
border-color: #20DFD3;
}
</style>