Shades of Bright Turquoise #20E5FC
Tints of Bright Turquoise #20E5FC
RGB
CMYK
RGB Variations
Color information
#20E5FC (or 0x20E5FC) is known color: Bright Turquoise. HEX triplet: 20, E5 and FC. RGB value is (32,229,252). Sum of RGB (Red+Green+Blue) = 32+229+252=513 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.24% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #20E5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20E5FC is #DF1A03. Grayscale: #ACACAC. Windows color (decimal): -14621188 or 16573728. OLE color: 16573728.
HSL color Cylindrical-coordinate representation of color #20E5FC: hue angle of 186.27º 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 #20E5FC is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 229 | 252 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.01 |
| HSL | 186.27º | 0.97% | 0.56% | - |
| HSV(B) | 186.27º | 0.87% | 0.99% | - |
| XYZ | 46.19 | 63.37 | 101.89 | - |
| YUV | 172.72 | 172.73 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 252 | 0.87 | 0.09 | 0 | 0.01 | 186.27 | 0.97 | 0.56 |
| Hex | 20 | E5 | FC | 57 | 9 | 0 | 1 | BA | 61 | 38 |
| Octal | 40 | 345 | 374 | 127 | 11 | 0 | 1 | 272 | 141 | 70 |
| Binary | 100000 | 11100101 | 11111100 | 1010111 | 1001 | 0 | 1 | 10111010 | 1100001 | 111000 |
Color Harmonies of #20E5FC
Complementary color
Monochromatic Colors of #20E5FC
Black with #20E5FC
Text Example
Text Example
White with #20E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E5FC; }
p { color: rgb(32,229,252); }
H1.HeaderClassName
{
color: #20E5FC;
}
.AnyTagClassName
{
color: #20E5FC;
}
</style>
background-color css
<style>
a { background-color: #20E5FC; }
a { background-color: rgb(32,229,252); }
div.DivClassName
{
background-color: #20E5FC;
}
.BgClassName
{
background-color: #20E5FC;
}
</style>
border-color css
<style>
span { border-color: #20E5FC; }
span { border-color: rgb(32,229,252); }
td.TdClassName
{
border-color: #20E5FC;
}
.TagClassName
{
border-color: #20E5FC;
}
</style>