#A2FCF6

Color #A2FCF6 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A2FCF6

Tints of Pale Turquoise #A2FCF6

Color information

#A2FCF6 (or 0xA2FCF6) is unknown color: approx Pale Turquoise. HEX triplet: A2, FC and F6. RGB value is (162,252,246). Sum of RGB (Red+Green+Blue) = 162+252+246=660 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.55% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FCF6 is #5D0309. Grayscale: #E0E0E0. Windows color (decimal): -6095626 or 16186530. OLE color: 16186530.

HSL color Cylindrical-coordinate representation of color #A2FCF6: hue angle of 176º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCF6 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB162252246-
CMYK0.3600.020.01
HSL176º93.75%81.18%-
HSV(B)176º35.71%98.82%-
XYZ66.3583.9699.9-
YUV224.41140.1883.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.55%
GREEN value IS 252 (98.83% from 255) = 38.18%
BLUE value IS 246 (96.48% from 255) = 37.27%
R=24.55%
G=38.18%
B=37.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622522460.3600.020.0117693.7581.18
HexA2FCF624021b05e51
Octal24237436644021260136121
Binary10100010111111001111011010010001011011000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCF6; }

 p { color: rgb(162,252,246); }

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

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

 a { background-color: rgb(162,252,246); }

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

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

 span { border-color: rgb(162,252,246); }

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