Shades of Bright Turquoise #20F7CE
Tints of Bright Turquoise #20F7CE
RGB
CMYK
RGB Variations
Color information
#20F7CE (or 0x20F7CE) is known color: Bright Turquoise. HEX triplet: 20, F7 and CE. RGB value is (32,247,206). Sum of RGB (Red+Green+Blue) = 32+247+206=485 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.60% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #20F7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F7CE is #DF0831. Grayscale: #B1B1B1. Windows color (decimal): -14616626 or 13563680. OLE color: 13563680.
HSL color Cylindrical-coordinate representation of color #20F7CE: hue angle of 168.56º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F7CE is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 247 | 206 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.03 |
| HSL | 168.56º | 0.93% | 0.55% | - |
| HSV(B) | 168.56º | 0.87% | 0.97% | - |
| XYZ | 45 | 71.28 | 69.78 | - |
| YUV | 178.04 | 143.77 | 23.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 247 | 206 | 0.87 | 0 | 0.17 | 0.03 | 168.56 | 0.93 | 0.55 |
| Hex | 20 | F7 | CE | 57 | 0 | 11 | 3 | A9 | 5D | 37 |
| Octal | 40 | 367 | 316 | 127 | 0 | 21 | 3 | 251 | 135 | 67 |
| Binary | 100000 | 11110111 | 11001110 | 1010111 | 0 | 10001 | 11 | 10101001 | 1011101 | 110111 |
Color Harmonies of #20F7CE
Complementary color
Monochromatic Colors of #20F7CE
Black with #20F7CE
Text Example
Text Example
White with #20F7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F7CE; }
p { color: rgb(32,247,206); }
H1.HeaderClassName
{
color: #20F7CE;
}
.AnyTagClassName
{
color: #20F7CE;
}
</style>
background-color css
<style>
a { background-color: #20F7CE; }
a { background-color: rgb(32,247,206); }
div.DivClassName
{
background-color: #20F7CE;
}
.BgClassName
{
background-color: #20F7CE;
}
</style>
border-color css
<style>
span { border-color: #20F7CE; }
span { border-color: rgb(32,247,206); }
td.TdClassName
{
border-color: #20F7CE;
}
.TagClassName
{
border-color: #20F7CE;
}
</style>