#A2FAED

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

Shades of Pale Turquoise #A2FAED

Tints of Pale Turquoise #A2FAED

Color information

#A2FAED (or 0xA2FAED) is unknown color: approx Pale Turquoise. HEX triplet: A2, FA and ED. RGB value is (162,250,237). Sum of RGB (Red+Green+Blue) = 162+250+237=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAED is #5D0512. Grayscale: #DEDEDE. Windows color (decimal): -6096147 or 15596194. OLE color: 15596194.

HSL color Cylindrical-coordinate representation of color #A2FAED: hue angle of 171.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAED is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB162250237-
CMYK0.3500.050.02
HSL171.14º89.8%80.78%-
HSV(B)171.14º35.2%98.04%-
XYZ64.3782.1792.59-
YUV222.21136.3585.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.96%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=24.96%
G=38.52%
B=36.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622502370.3500.050.02171.1489.880.78
HexA2FAED23052ab5a51
Octal24237235543052253132121
Binary1010001011111010111011011000110101101010101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAED; }

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

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

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

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

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

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

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

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