#A2FAFF

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

Shades of Pale Turquoise #A2FAFF

Tints of Pale Turquoise #A2FAFF

Color information

#A2FAFF (or 0xA2FAFF) is unknown color: approx Pale Turquoise. HEX triplet: A2, FA and FF. RGB value is (162,250,255). Sum of RGB (Red+Green+Blue) = 162+250+255=667 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.29% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAFF is #5D0500. Grayscale: #E0E0E0. Windows color (decimal): -6096129 or 16775842. OLE color: 16775842.

HSL color Cylindrical-coordinate representation of color #A2FAFF: hue angle of 183.23º 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 #A2FAFF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162250255-
CMYK0.360.0200
HSL183.23º100%81.76%-
HSV(B)183.23º36.47%100%-
XYZ67.1483.27107.14-
YUV224.26145.3583.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.29%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 255 (100% from 255) = 38.23%
R=24.29%
G=37.48%
B=38.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622502550.360.0200183.2310081.76
HexA2FAFF24200b76452
Octal24237237744200267144122
Binary10100010111110101111111110010010001011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAFF; }

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

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

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

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

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

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

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

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