Shades of Bright Turquoise #20FAEC
Tints of Bright Turquoise #20FAEC
RGB
CMYK
RGB Variations
Color information
#20FAEC (or 0x20FAEC) is known color: Bright Turquoise. HEX triplet: 20, FA and EC. RGB value is (32,250,236). Sum of RGB (Red+Green+Blue) = 32+250+236=518 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.18% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FAEC is #DF0513. Grayscale: #B7B7B7. Windows color (decimal): -14615828 or 15530528. OLE color: 15530528.
HSL color Cylindrical-coordinate representation of color #20FAEC: hue angle of 176.15º degrees, saturation: 0.96, 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 #20FAEC is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 250 | 236 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.02 |
| HSL | 176.15º | 0.96% | 0.55% | - |
| HSV(B) | 176.15º | 0.87% | 0.98% | - |
| XYZ | 49.92 | 74.73 | 91.15 | - |
| YUV | 183.22 | 157.78 | 20.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 236 | 0.87 | 0 | 0.06 | 0.02 | 176.15 | 0.96 | 0.55 |
| Hex | 20 | FA | EC | 57 | 0 | 6 | 2 | B0 | 60 | 37 |
| Octal | 40 | 372 | 354 | 127 | 0 | 6 | 2 | 260 | 140 | 67 |
| Binary | 100000 | 11111010 | 11101100 | 1010111 | 0 | 110 | 10 | 10110000 | 1100000 | 110111 |
Color Harmonies of #20FAEC
Complementary color
Monochromatic Colors of #20FAEC
Black with #20FAEC
Text Example
Text Example
White with #20FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FAEC; }
p { color: rgb(32,250,236); }
H1.HeaderClassName
{
color: #20FAEC;
}
.AnyTagClassName
{
color: #20FAEC;
}
</style>
background-color css
<style>
a { background-color: #20FAEC; }
a { background-color: rgb(32,250,236); }
div.DivClassName
{
background-color: #20FAEC;
}
.BgClassName
{
background-color: #20FAEC;
}
</style>
border-color css
<style>
span { border-color: #20FAEC; }
span { border-color: rgb(32,250,236); }
td.TdClassName
{
border-color: #20FAEC;
}
.TagClassName
{
border-color: #20FAEC;
}
</style>