Shades of Bright Turquoise #20FCEC
Tints of Bright Turquoise #20FCEC
RGB
CMYK
RGB Variations
Color information
#20FCEC (or 0x20FCEC) is known color: Bright Turquoise. HEX triplet: 20, FC and EC. RGB value is (32,252,236). Sum of RGB (Red+Green+Blue) = 32+252+236=520 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.15% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FCEC is #DF0313. Grayscale: #B8B8B8. Windows color (decimal): -14615316 or 15531040. OLE color: 15531040.
HSL color Cylindrical-coordinate representation of color #20FCEC: hue angle of 175.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCEC is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 236 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.01 |
| HSL | 175.64º | 0.97% | 0.56% | - |
| HSV(B) | 175.64º | 0.87% | 0.99% | - |
| XYZ | 50.55 | 75.98 | 91.36 | - |
| YUV | 184.4 | 157.11 | 19.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 236 | 0.87 | 0 | 0.06 | 0.01 | 175.64 | 0.97 | 0.56 |
| Hex | 20 | FC | EC | 57 | 0 | 6 | 1 | B0 | 61 | 38 |
| Octal | 40 | 374 | 354 | 127 | 0 | 6 | 1 | 260 | 141 | 70 |
| Binary | 100000 | 11111100 | 11101100 | 1010111 | 0 | 110 | 1 | 10110000 | 1100001 | 111000 |
Color Harmonies of #20FCEC
Complementary color
Monochromatic Colors of #20FCEC
Black with #20FCEC
Text Example
Text Example
White with #20FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCEC; }
p { color: rgb(32,252,236); }
H1.HeaderClassName
{
color: #20FCEC;
}
.AnyTagClassName
{
color: #20FCEC;
}
</style>
background-color css
<style>
a { background-color: #20FCEC; }
a { background-color: rgb(32,252,236); }
div.DivClassName
{
background-color: #20FCEC;
}
.BgClassName
{
background-color: #20FCEC;
}
</style>
border-color css
<style>
span { border-color: #20FCEC; }
span { border-color: rgb(32,252,236); }
td.TdClassName
{
border-color: #20FCEC;
}
.TagClassName
{
border-color: #20FCEC;
}
</style>