Shades of Bright Turquoise #20DDCC
Tints of Bright Turquoise #20DDCC
RGB
CMYK
RGB Variations
Color information
#20DDCC (or 0x20DDCC) is known color: Bright Turquoise. HEX triplet: 20, DD and CC. RGB value is (32,221,204). Sum of RGB (Red+Green+Blue) = 32+221+204=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDCC is #DF2233. Grayscale: #A2A2A2. Windows color (decimal): -14623284 or 13425952. OLE color: 13425952.
HSL color Cylindrical-coordinate representation of color #20DDCC: hue angle of 174.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 #20DDCC is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 204 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.13 |
| HSL | 174.6º | 0.75% | 0.5% | - |
| HSV(B) | 174.6º | 0.86% | 0.87% | - |
| XYZ | 37.35 | 56.38 | 66.04 | - |
| YUV | 162.55 | 151.38 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 204 | 0.86 | 0 | 0.08 | 0.13 | 174.6 | 0.75 | 0.5 |
| Hex | 20 | DD | CC | 56 | 0 | 8 | D | AF | 4B | 32 |
| Octal | 40 | 335 | 314 | 126 | 0 | 10 | 15 | 257 | 113 | 62 |
| Binary | 100000 | 11011101 | 11001100 | 1010110 | 0 | 1000 | 1101 | 10101111 | 1001011 | 110010 |
Color Harmonies of #20DDCC
Complementary color
Monochromatic Colors of #20DDCC
Black with #20DDCC
Text Example
Text Example
White with #20DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDCC; }
p { color: rgb(32,221,204); }
H1.HeaderClassName
{
color: #20DDCC;
}
.AnyTagClassName
{
color: #20DDCC;
}
</style>
background-color css
<style>
a { background-color: #20DDCC; }
a { background-color: rgb(32,221,204); }
div.DivClassName
{
background-color: #20DDCC;
}
.BgClassName
{
background-color: #20DDCC;
}
</style>
border-color css
<style>
span { border-color: #20DDCC; }
span { border-color: rgb(32,221,204); }
td.TdClassName
{
border-color: #20DDCC;
}
.TagClassName
{
border-color: #20DDCC;
}
</style>