Shades of Turquoise #20DACA
Tints of Turquoise #20DACA
RGB
CMYK
RGB Variations
Color information
#20DACA (or 0x20DACA) is known color: Turquoise. HEX triplet: 20, DA and CA. RGB value is (32,218,202). Sum of RGB (Red+Green+Blue) = 32+218+202=452 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.08% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #20DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DACA is #DF2535. Grayscale: #A0A0A0. Windows color (decimal): -14624054 or 13294112. OLE color: 13294112.
HSL color Cylindrical-coordinate representation of color #20DACA: hue angle of 174.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DACA is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 202 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.15 |
| HSL | 174.84º | 0.74% | 0.49% | - |
| HSV(B) | 174.84º | 0.85% | 0.85% | - |
| XYZ | 36.33 | 54.71 | 64.52 | - |
| YUV | 160.56 | 151.38 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 202 | 0.85 | 0 | 0.07 | 0.15 | 174.84 | 0.74 | 0.49 |
| Hex | 20 | DA | CA | 55 | 0 | 7 | F | AF | 4A | 31 |
| Octal | 40 | 332 | 312 | 125 | 0 | 7 | 17 | 257 | 112 | 61 |
| Binary | 100000 | 11011010 | 11001010 | 1010101 | 0 | 111 | 1111 | 10101111 | 1001010 | 110001 |
Color Harmonies of #20DACA
Complementary color
Monochromatic Colors of #20DACA
Black with #20DACA
Text Example
Text Example
White with #20DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DACA; }
p { color: rgb(32,218,202); }
H1.HeaderClassName
{
color: #20DACA;
}
.AnyTagClassName
{
color: #20DACA;
}
</style>
background-color css
<style>
a { background-color: #20DACA; }
a { background-color: rgb(32,218,202); }
div.DivClassName
{
background-color: #20DACA;
}
.BgClassName
{
background-color: #20DACA;
}
</style>
border-color css
<style>
span { border-color: #20DACA; }
span { border-color: rgb(32,218,202); }
td.TdClassName
{
border-color: #20DACA;
}
.TagClassName
{
border-color: #20DACA;
}
</style>