#20FCF7

Color #20FCF7 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #20FCF7

Tints of Aqua #20FCF7

Color information

#20FCF7 (or 0x20FCF7) is unknown color: approx Aqua. HEX triplet: 20, FC and F7. RGB value is (32,252,247). Sum of RGB (Red+Green+Blue) = 32+252+247=531 (70% of max value = 765). Red value is 32 (12.89% from 255 or 6.03% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FCF7 is #DF0308. Grayscale: #B9B9B9. Windows color (decimal): -14615305 or 16251936. OLE color: 16251936.

HSL color Cylindrical-coordinate representation of color #20FCF7: hue angle of 178.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 #20FCF7 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB32252247-
CMYK0.8700.020.01
HSL178.64º97.35%55.69%-
HSV(B)178.64º87.3%98.82%-
XYZ52.1976.64100.04-
YUV185.65162.6118.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 6.03%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=6.03%
G=47.46%
B=46.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal322522470.8700.020.01178.6497.3555.69
Hex20FCF757021b36138
Octal4037436712702126314170
Binary100000111111001111011110101110101101100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20FCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20FCF7; }

 p { color: rgb(32,252,247); }

 H1.HeaderClassName
 {
   color: #20FCF7;
 }
 .AnyTagClassName
 {
   color: #20FCF7;
 }
</style>
background-color css

<style>
 a { background-color: #20FCF7; }

 a { background-color: rgb(32,252,247); }

 div.DivClassName
 {
   background-color: #20FCF7;
 }
 .BgClassName
 {
   background-color: #20FCF7;
 }
</style>
border-color css

<style>
 span { border-color: #20FCF7; }

 span { border-color: rgb(32,252,247); }

 td.TdClassName
 {
   border-color: #20FCF7;
 }
 .TagClassName
 {
   border-color: #20FCF7;
 }
</style>