Shades of Bright Turquoise #20DFCC
Tints of Bright Turquoise #20DFCC
RGB
CMYK
RGB Variations
Color information
#20DFCC (or 0x20DFCC) is known color: Bright Turquoise. HEX triplet: 20, DF and CC. RGB value is (32,223,204). Sum of RGB (Red+Green+Blue) = 32+223+204=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFCC is #DF2033. Grayscale: #A3A3A3. Windows color (decimal): -14622772 or 13426464. OLE color: 13426464.
HSL color Cylindrical-coordinate representation of color #20DFCC: hue angle of 174.03º 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 #20DFCC is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 204 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.13 |
| HSL | 174.03º | 0.75% | 0.5% | - |
| HSV(B) | 174.03º | 0.86% | 0.87% | - |
| XYZ | 37.88 | 57.44 | 66.22 | - |
| YUV | 163.73 | 150.72 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 204 | 0.86 | 0 | 0.09 | 0.13 | 174.03 | 0.75 | 0.5 |
| Hex | 20 | DF | CC | 56 | 0 | 9 | D | AE | 4B | 32 |
| Octal | 40 | 337 | 314 | 126 | 0 | 11 | 15 | 256 | 113 | 62 |
| Binary | 100000 | 11011111 | 11001100 | 1010110 | 0 | 1001 | 1101 | 10101110 | 1001011 | 110010 |
Color Harmonies of #20DFCC
Complementary color
Monochromatic Colors of #20DFCC
Black with #20DFCC
Text Example
Text Example
White with #20DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFCC; }
p { color: rgb(32,223,204); }
H1.HeaderClassName
{
color: #20DFCC;
}
.AnyTagClassName
{
color: #20DFCC;
}
</style>
background-color css
<style>
a { background-color: #20DFCC; }
a { background-color: rgb(32,223,204); }
div.DivClassName
{
background-color: #20DFCC;
}
.BgClassName
{
background-color: #20DFCC;
}
</style>
border-color css
<style>
span { border-color: #20DFCC; }
span { border-color: rgb(32,223,204); }
td.TdClassName
{
border-color: #20DFCC;
}
.TagClassName
{
border-color: #20DFCC;
}
</style>