#A2FFFC

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

Shades of Pale Turquoise #A2FFFC

Tints of Pale Turquoise #A2FFFC

Color information

#A2FFFC (or 0xA2FFFC) is unknown color: approx Pale Turquoise. HEX triplet: A2, FF and FC. RGB value is (162,255,252). Sum of RGB (Red+Green+Blue) = 162+255+252=669 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.22% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFFC is #5D0003. Grayscale: #E2E2E2. Windows color (decimal): -6094852 or 16580514. OLE color: 16580514.

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

Color convert

RGB162255252-
CMYK0.3600.010
HSL178.06º100%81.76%-
HSV(B)178.06º36.47%100%-
XYZ68.2386.23105.14-
YUV226.85142.1981.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.22%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=24.22%
G=38.12%
B=37.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622552520.3600.010178.0610081.76
HexA2FFFC24010b26452
Octal24237737444010262144122
Binary1010001011111111111111001001000101011001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFFC; }

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

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

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

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

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

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

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

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