Shades of Turquoise #20EAC4
Tints of Turquoise #20EAC4
RGB
CMYK
RGB Variations
Color information
#20EAC4 (or 0x20EAC4) is known color: Turquoise. HEX triplet: 20, EA and C4. RGB value is (32,234,196). Sum of RGB (Red+Green+Blue) = 32+234+196=462 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.93% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAC4 is #DF153B. Grayscale: #A9A9A9. Windows color (decimal): -14619964 or 12904992. OLE color: 12904992.
HSL color Cylindrical-coordinate representation of color #20EAC4: hue angle of 168.71º 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 #20EAC4 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 196 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.08 |
| HSL | 168.71º | 0.83% | 0.52% | - |
| HSV(B) | 168.71º | 0.86% | 0.92% | - |
| XYZ | 39.98 | 63.14 | 62.3 | - |
| YUV | 169.27 | 143.08 | 30.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 196 | 0.86 | 0 | 0.16 | 0.08 | 168.71 | 0.83 | 0.52 |
| Hex | 20 | EA | C4 | 56 | 0 | 10 | 8 | A9 | 53 | 34 |
| Octal | 40 | 352 | 304 | 126 | 0 | 20 | 10 | 251 | 123 | 64 |
| Binary | 100000 | 11101010 | 11000100 | 1010110 | 0 | 10000 | 1000 | 10101001 | 1010011 | 110100 |
Color Harmonies of #20EAC4
Complementary color
Monochromatic Colors of #20EAC4
Black with #20EAC4
Text Example
Text Example
White with #20EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAC4; }
p { color: rgb(32,234,196); }
H1.HeaderClassName
{
color: #20EAC4;
}
.AnyTagClassName
{
color: #20EAC4;
}
</style>
background-color css
<style>
a { background-color: #20EAC4; }
a { background-color: rgb(32,234,196); }
div.DivClassName
{
background-color: #20EAC4;
}
.BgClassName
{
background-color: #20EAC4;
}
</style>
border-color css
<style>
span { border-color: #20EAC4; }
span { border-color: rgb(32,234,196); }
td.TdClassName
{
border-color: #20EAC4;
}
.TagClassName
{
border-color: #20EAC4;
}
</style>