Shades of Bright Turquoise #20DECC
Tints of Bright Turquoise #20DECC
RGB
CMYK
RGB Variations
Color information
#20DECC (or 0x20DECC) is known color: Bright Turquoise. HEX triplet: 20, DE and CC. RGB value is (32,222,204). Sum of RGB (Red+Green+Blue) = 32+222+204=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #20DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DECC is #DF2133. Grayscale: #A3A3A3. Windows color (decimal): -14623028 or 13426208. OLE color: 13426208.
HSL color Cylindrical-coordinate representation of color #20DECC: hue angle of 174.32º 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 #20DECC is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 204 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.13 |
| HSL | 174.32º | 0.75% | 0.5% | - |
| HSV(B) | 174.32º | 0.86% | 0.87% | - |
| XYZ | 37.62 | 56.91 | 66.13 | - |
| YUV | 163.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 204 | 0.86 | 0 | 0.08 | 0.13 | 174.32 | 0.75 | 0.5 |
| Hex | 20 | DE | CC | 56 | 0 | 8 | D | AE | 4B | 32 |
| Octal | 40 | 336 | 314 | 126 | 0 | 10 | 15 | 256 | 113 | 62 |
| Binary | 100000 | 11011110 | 11001100 | 1010110 | 0 | 1000 | 1101 | 10101110 | 1001011 | 110010 |
Color Harmonies of #20DECC
Complementary color
Monochromatic Colors of #20DECC
Black with #20DECC
Text Example
Text Example
White with #20DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DECC; }
p { color: rgb(32,222,204); }
H1.HeaderClassName
{
color: #20DECC;
}
.AnyTagClassName
{
color: #20DECC;
}
</style>
background-color css
<style>
a { background-color: #20DECC; }
a { background-color: rgb(32,222,204); }
div.DivClassName
{
background-color: #20DECC;
}
.BgClassName
{
background-color: #20DECC;
}
</style>
border-color css
<style>
span { border-color: #20DECC; }
span { border-color: rgb(32,222,204); }
td.TdClassName
{
border-color: #20DECC;
}
.TagClassName
{
border-color: #20DECC;
}
</style>