Shades of Bright Turquoise #20DCCC
Tints of Bright Turquoise #20DCCC
RGB
CMYK
RGB Variations
Color information
#20DCCC (or 0x20DCCC) is known color: Bright Turquoise. HEX triplet: 20, DC and CC. RGB value is (32,220,204). Sum of RGB (Red+Green+Blue) = 32+220+204=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCCC is #DF2333. Grayscale: #A1A1A1. Windows color (decimal): -14623540 or 13425696. OLE color: 13425696.
HSL color Cylindrical-coordinate representation of color #20DCCC: hue angle of 174.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DCCC is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 204 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.14 |
| HSL | 174.89º | 0.75% | 0.49% | - |
| HSV(B) | 174.89º | 0.85% | 0.86% | - |
| XYZ | 37.09 | 55.85 | 65.95 | - |
| YUV | 161.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 204 | 0.85 | 0 | 0.07 | 0.14 | 174.89 | 0.75 | 0.49 |
| Hex | 20 | DC | CC | 55 | 0 | 7 | E | AF | 4B | 31 |
| Octal | 40 | 334 | 314 | 125 | 0 | 7 | 16 | 257 | 113 | 61 |
| Binary | 100000 | 11011100 | 11001100 | 1010101 | 0 | 111 | 1110 | 10101111 | 1001011 | 110001 |
Color Harmonies of #20DCCC
Complementary color
Monochromatic Colors of #20DCCC
Black with #20DCCC
Text Example
Text Example
White with #20DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCCC; }
p { color: rgb(32,220,204); }
H1.HeaderClassName
{
color: #20DCCC;
}
.AnyTagClassName
{
color: #20DCCC;
}
</style>
background-color css
<style>
a { background-color: #20DCCC; }
a { background-color: rgb(32,220,204); }
div.DivClassName
{
background-color: #20DCCC;
}
.BgClassName
{
background-color: #20DCCC;
}
</style>
border-color css
<style>
span { border-color: #20DCCC; }
span { border-color: rgb(32,220,204); }
td.TdClassName
{
border-color: #20DCCC;
}
.TagClassName
{
border-color: #20DCCC;
}
</style>