Shades of Bright Turquoise #20EACD
Tints of Bright Turquoise #20EACD
RGB
CMYK
RGB Variations
Color information
#20EACD (or 0x20EACD) is known color: Bright Turquoise. HEX triplet: 20, EA and CD. RGB value is (32,234,205). Sum of RGB (Red+Green+Blue) = 32+234+205=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #20EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EACD is #DF1532. Grayscale: #AAAAAA. Windows color (decimal): -14619955 or 13494816. OLE color: 13494816.
HSL color Cylindrical-coordinate representation of color #20EACD: hue angle of 171.39º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EACD is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 205 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.08 |
| HSL | 171.39º | 0.83% | 0.52% | - |
| HSV(B) | 171.39º | 0.86% | 0.92% | - |
| XYZ | 41.04 | 63.56 | 67.86 | - |
| YUV | 170.3 | 147.58 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 205 | 0.86 | 0 | 0.12 | 0.08 | 171.39 | 0.83 | 0.52 |
| Hex | 20 | EA | CD | 56 | 0 | C | 8 | AB | 53 | 34 |
| Octal | 40 | 352 | 315 | 126 | 0 | 14 | 10 | 253 | 123 | 64 |
| Binary | 100000 | 11101010 | 11001101 | 1010110 | 0 | 1100 | 1000 | 10101011 | 1010011 | 110100 |
Color Harmonies of #20EACD
Complementary color
Monochromatic Colors of #20EACD
Black with #20EACD
Text Example
Text Example
White with #20EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EACD; }
p { color: rgb(32,234,205); }
H1.HeaderClassName
{
color: #20EACD;
}
.AnyTagClassName
{
color: #20EACD;
}
</style>
background-color css
<style>
a { background-color: #20EACD; }
a { background-color: rgb(32,234,205); }
div.DivClassName
{
background-color: #20EACD;
}
.BgClassName
{
background-color: #20EACD;
}
</style>
border-color css
<style>
span { border-color: #20EACD; }
span { border-color: rgb(32,234,205); }
td.TdClassName
{
border-color: #20EACD;
}
.TagClassName
{
border-color: #20EACD;
}
</style>