Shades of Bright Turquoise #20DFD0
Tints of Bright Turquoise #20DFD0
RGB
CMYK
RGB Variations
Color information
#20DFD0 (or 0x20DFD0) is known color: Bright Turquoise. HEX triplet: 20, DF and D0. RGB value is (32,223,208). Sum of RGB (Red+Green+Blue) = 32+223+208=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFD0 is #DF202F. Grayscale: #A4A4A4. Windows color (decimal): -14622768 or 13688608. OLE color: 13688608.
HSL color Cylindrical-coordinate representation of color #20DFD0: hue angle of 175.29º 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 #20DFD0 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 208 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.13 |
| HSL | 175.29º | 0.75% | 0.5% | - |
| HSV(B) | 175.29º | 0.86% | 0.87% | - |
| XYZ | 38.37 | 57.64 | 68.78 | - |
| YUV | 164.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 208 | 0.86 | 0 | 0.07 | 0.13 | 175.29 | 0.75 | 0.5 |
| Hex | 20 | DF | D0 | 56 | 0 | 7 | D | AF | 4B | 32 |
| Octal | 40 | 337 | 320 | 126 | 0 | 7 | 15 | 257 | 113 | 62 |
| Binary | 100000 | 11011111 | 11010000 | 1010110 | 0 | 111 | 1101 | 10101111 | 1001011 | 110010 |
Color Harmonies of #20DFD0
Complementary color
Monochromatic Colors of #20DFD0
Black with #20DFD0
Text Example
Text Example
White with #20DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFD0; }
p { color: rgb(32,223,208); }
H1.HeaderClassName
{
color: #20DFD0;
}
.AnyTagClassName
{
color: #20DFD0;
}
</style>
background-color css
<style>
a { background-color: #20DFD0; }
a { background-color: rgb(32,223,208); }
div.DivClassName
{
background-color: #20DFD0;
}
.BgClassName
{
background-color: #20DFD0;
}
</style>
border-color css
<style>
span { border-color: #20DFD0; }
span { border-color: rgb(32,223,208); }
td.TdClassName
{
border-color: #20DFD0;
}
.TagClassName
{
border-color: #20DFD0;
}
</style>