Shades of Turquoise #20EABF
Tints of Turquoise #20EABF
RGB
CMYK
RGB Variations
Color information
#20EABF (or 0x20EABF) is known color: Turquoise. HEX triplet: 20, EA and BF. RGB value is (32,234,191). Sum of RGB (Red+Green+Blue) = 32+234+191=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #20EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EABF is #DF1540. Grayscale: #A8A8A8. Windows color (decimal): -14619969 or 12577312. OLE color: 12577312.
HSL color Cylindrical-coordinate representation of color #20EABF: hue angle of 167.23º 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 #20EABF is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 191 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.08 |
| HSL | 167.23º | 0.83% | 0.52% | - |
| HSV(B) | 167.23º | 0.86% | 0.92% | - |
| XYZ | 39.42 | 62.91 | 59.36 | - |
| YUV | 168.7 | 140.58 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 191 | 0.86 | 0 | 0.18 | 0.08 | 167.23 | 0.83 | 0.52 |
| Hex | 20 | EA | BF | 56 | 0 | 12 | 8 | A7 | 53 | 34 |
| Octal | 40 | 352 | 277 | 126 | 0 | 22 | 10 | 247 | 123 | 64 |
| Binary | 100000 | 11101010 | 10111111 | 1010110 | 0 | 10010 | 1000 | 10100111 | 1010011 | 110100 |
Color Harmonies of #20EABF
Complementary color
Monochromatic Colors of #20EABF
Black with #20EABF
Text Example
Text Example
White with #20EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EABF; }
p { color: rgb(32,234,191); }
H1.HeaderClassName
{
color: #20EABF;
}
.AnyTagClassName
{
color: #20EABF;
}
</style>
background-color css
<style>
a { background-color: #20EABF; }
a { background-color: rgb(32,234,191); }
div.DivClassName
{
background-color: #20EABF;
}
.BgClassName
{
background-color: #20EABF;
}
</style>
border-color css
<style>
span { border-color: #20EABF; }
span { border-color: rgb(32,234,191); }
td.TdClassName
{
border-color: #20EABF;
}
.TagClassName
{
border-color: #20EABF;
}
</style>