Shades of Bright Turquoise #20DCCD
Tints of Bright Turquoise #20DCCD
RGB
CMYK
RGB Variations
Color information
#20DCCD (or 0x20DCCD) is known color: Bright Turquoise. HEX triplet: 20, DC and CD. RGB value is (32,220,205). Sum of RGB (Red+Green+Blue) = 32+220+205=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCCD is #DF2332. Grayscale: #A1A1A1. Windows color (decimal): -14623539 or 13491232. OLE color: 13491232.
HSL color Cylindrical-coordinate representation of color #20DCCD: hue angle of 175.21º 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 #20DCCD is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 205 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.14 |
| HSL | 175.21º | 0.75% | 0.49% | - |
| HSV(B) | 175.21º | 0.85% | 0.86% | - |
| XYZ | 37.21 | 55.9 | 66.59 | - |
| YUV | 162.08 | 152.22 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 205 | 0.85 | 0 | 0.07 | 0.14 | 175.21 | 0.75 | 0.49 |
| Hex | 20 | DC | CD | 55 | 0 | 7 | E | AF | 4B | 31 |
| Octal | 40 | 334 | 315 | 125 | 0 | 7 | 16 | 257 | 113 | 61 |
| Binary | 100000 | 11011100 | 11001101 | 1010101 | 0 | 111 | 1110 | 10101111 | 1001011 | 110001 |
Color Harmonies of #20DCCD
Complementary color
Monochromatic Colors of #20DCCD
Black with #20DCCD
Text Example
Text Example
White with #20DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCCD; }
p { color: rgb(32,220,205); }
H1.HeaderClassName
{
color: #20DCCD;
}
.AnyTagClassName
{
color: #20DCCD;
}
</style>
background-color css
<style>
a { background-color: #20DCCD; }
a { background-color: rgb(32,220,205); }
div.DivClassName
{
background-color: #20DCCD;
}
.BgClassName
{
background-color: #20DCCD;
}
</style>
border-color css
<style>
span { border-color: #20DCCD; }
span { border-color: rgb(32,220,205); }
td.TdClassName
{
border-color: #20DCCD;
}
.TagClassName
{
border-color: #20DCCD;
}
</style>