Shades of Bright Turquoise #20E6CD
Tints of Bright Turquoise #20E6CD
RGB
CMYK
RGB Variations
Color information
#20E6CD (or 0x20E6CD) is known color: Bright Turquoise. HEX triplet: 20, E6 and CD. RGB value is (32,230,205). Sum of RGB (Red+Green+Blue) = 32+230+205=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #20E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E6CD is #DF1932. Grayscale: #A7A7A7. Windows color (decimal): -14620979 or 13493792. OLE color: 13493792.
HSL color Cylindrical-coordinate representation of color #20E6CD: hue angle of 172.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E6CD is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 205 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.10 |
| HSL | 172.42º | 0.8% | 0.51% | - |
| HSV(B) | 172.42º | 0.86% | 0.9% | - |
| XYZ | 39.91 | 61.31 | 67.49 | - |
| YUV | 167.95 | 148.9 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 205 | 0.86 | 0 | 0.11 | 0.10 | 172.42 | 0.8 | 0.51 |
| Hex | 20 | E6 | CD | 56 | 0 | B | A | AC | 50 | 33 |
| Octal | 40 | 346 | 315 | 126 | 0 | 13 | 12 | 254 | 120 | 63 |
| Binary | 100000 | 11100110 | 11001101 | 1010110 | 0 | 1011 | 1010 | 10101100 | 1010000 | 110011 |
Color Harmonies of #20E6CD
Complementary color
Monochromatic Colors of #20E6CD
Black with #20E6CD
Text Example
Text Example
White with #20E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E6CD; }
p { color: rgb(32,230,205); }
H1.HeaderClassName
{
color: #20E6CD;
}
.AnyTagClassName
{
color: #20E6CD;
}
</style>
background-color css
<style>
a { background-color: #20E6CD; }
a { background-color: rgb(32,230,205); }
div.DivClassName
{
background-color: #20E6CD;
}
.BgClassName
{
background-color: #20E6CD;
}
</style>
border-color css
<style>
span { border-color: #20E6CD; }
span { border-color: rgb(32,230,205); }
td.TdClassName
{
border-color: #20E6CD;
}
.TagClassName
{
border-color: #20E6CD;
}
</style>