Shades of Bright Turquoise #20F9EC
Tints of Bright Turquoise #20F9EC
RGB
CMYK
RGB Variations
Color information
#20F9EC (or 0x20F9EC) is known color: Bright Turquoise. HEX triplet: 20, F9 and EC. RGB value is (32,249,236). Sum of RGB (Red+Green+Blue) = 32+249+236=517 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.19% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #20F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F9EC is #DF0613. Grayscale: #B6B6B6. Windows color (decimal): -14616084 or 15530272. OLE color: 15530272.
HSL color Cylindrical-coordinate representation of color #20F9EC: hue angle of 176.41º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F9EC is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 249 | 236 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.02 |
| HSL | 176.41º | 0.95% | 0.55% | - |
| HSV(B) | 176.41º | 0.87% | 0.98% | - |
| XYZ | 49.61 | 74.11 | 91.05 | - |
| YUV | 182.64 | 158.11 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 249 | 236 | 0.87 | 0 | 0.05 | 0.02 | 176.41 | 0.95 | 0.55 |
| Hex | 20 | F9 | EC | 57 | 0 | 5 | 2 | B0 | 5F | 37 |
| Octal | 40 | 371 | 354 | 127 | 0 | 5 | 2 | 260 | 137 | 67 |
| Binary | 100000 | 11111001 | 11101100 | 1010111 | 0 | 101 | 10 | 10110000 | 1011111 | 110111 |
Color Harmonies of #20F9EC
Complementary color
Monochromatic Colors of #20F9EC
Black with #20F9EC
Text Example
Text Example
White with #20F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F9EC; }
p { color: rgb(32,249,236); }
H1.HeaderClassName
{
color: #20F9EC;
}
.AnyTagClassName
{
color: #20F9EC;
}
</style>
background-color css
<style>
a { background-color: #20F9EC; }
a { background-color: rgb(32,249,236); }
div.DivClassName
{
background-color: #20F9EC;
}
.BgClassName
{
background-color: #20F9EC;
}
</style>
border-color css
<style>
span { border-color: #20F9EC; }
span { border-color: rgb(32,249,236); }
td.TdClassName
{
border-color: #20F9EC;
}
.TagClassName
{
border-color: #20F9EC;
}
</style>