Shades of Turquoise #20E4C7
Tints of Turquoise #20E4C7
RGB
CMYK
RGB Variations
Color information
#20E4C7 (or 0x20E4C7) is known color: Turquoise. HEX triplet: 20, E4 and C7. RGB value is (32,228,199). Sum of RGB (Red+Green+Blue) = 32+228+199=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #20E4C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E4C7 is #DF1B38. Grayscale: #A6A6A6. Windows color (decimal): -14621497 or 13100064. OLE color: 13100064.
HSL color Cylindrical-coordinate representation of color #20E4C7: hue angle of 171.12º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E4C7 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 199 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.11 |
| HSL | 171.12º | 0.78% | 0.51% | - |
| HSV(B) | 171.12º | 0.86% | 0.89% | - |
| XYZ | 38.65 | 59.92 | 63.56 | - |
| YUV | 166.09 | 146.57 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 199 | 0.86 | 0 | 0.13 | 0.11 | 171.12 | 0.78 | 0.51 |
| Hex | 20 | E4 | C7 | 56 | 0 | D | B | AB | 4E | 33 |
| Octal | 40 | 344 | 307 | 126 | 0 | 15 | 13 | 253 | 116 | 63 |
| Binary | 100000 | 11100100 | 11000111 | 1010110 | 0 | 1101 | 1011 | 10101011 | 1001110 | 110011 |
Color Harmonies of #20E4C7
Complementary color
Monochromatic Colors of #20E4C7
Black with #20E4C7
Text Example
Text Example
White with #20E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E4C7; }
p { color: rgb(32,228,199); }
H1.HeaderClassName
{
color: #20E4C7;
}
.AnyTagClassName
{
color: #20E4C7;
}
</style>
background-color css
<style>
a { background-color: #20E4C7; }
a { background-color: rgb(32,228,199); }
div.DivClassName
{
background-color: #20E4C7;
}
.BgClassName
{
background-color: #20E4C7;
}
</style>
border-color css
<style>
span { border-color: #20E4C7; }
span { border-color: rgb(32,228,199); }
td.TdClassName
{
border-color: #20E4C7;
}
.TagClassName
{
border-color: #20E4C7;
}
</style>