Shades of Bright Turquoise #20EACA
Tints of Bright Turquoise #20EACA
RGB
CMYK
RGB Variations
Color information
#20EACA (or 0x20EACA) is known color: Bright Turquoise. HEX triplet: 20, EA and CA. RGB value is (32,234,202). Sum of RGB (Red+Green+Blue) = 32+234+202=468 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.84% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #20EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EACA is #DF1535. Grayscale: #A9A9A9. Windows color (decimal): -14619958 or 13298208. OLE color: 13298208.
HSL color Cylindrical-coordinate representation of color #20EACA: hue angle of 170.5º 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 #20EACA is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 202 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.08 |
| HSL | 170.5º | 0.83% | 0.52% | - |
| HSV(B) | 170.5º | 0.86% | 0.92% | - |
| XYZ | 40.68 | 63.42 | 65.97 | - |
| YUV | 169.95 | 146.08 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 202 | 0.86 | 0 | 0.14 | 0.08 | 170.5 | 0.83 | 0.52 |
| Hex | 20 | EA | CA | 56 | 0 | E | 8 | AA | 53 | 34 |
| Octal | 40 | 352 | 312 | 126 | 0 | 16 | 10 | 252 | 123 | 64 |
| Binary | 100000 | 11101010 | 11001010 | 1010110 | 0 | 1110 | 1000 | 10101010 | 1010011 | 110100 |
Color Harmonies of #20EACA
Complementary color
Monochromatic Colors of #20EACA
Black with #20EACA
Text Example
Text Example
White with #20EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EACA; }
p { color: rgb(32,234,202); }
H1.HeaderClassName
{
color: #20EACA;
}
.AnyTagClassName
{
color: #20EACA;
}
</style>
background-color css
<style>
a { background-color: #20EACA; }
a { background-color: rgb(32,234,202); }
div.DivClassName
{
background-color: #20EACA;
}
.BgClassName
{
background-color: #20EACA;
}
</style>
border-color css
<style>
span { border-color: #20EACA; }
span { border-color: rgb(32,234,202); }
td.TdClassName
{
border-color: #20EACA;
}
.TagClassName
{
border-color: #20EACA;
}
</style>