#A3FAED

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

Shades of Pale Turquoise #A3FAED

Tints of Pale Turquoise #A3FAED

Color information

#A3FAED (or 0xA3FAED) is unknown color: approx Pale Turquoise. HEX triplet: A3, FA and ED. RGB value is (163,250,237). Sum of RGB (Red+Green+Blue) = 163+250+237=650 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25.08% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FAED is #5C0512. Grayscale: #DEDEDE. Windows color (decimal): -6030611 or 15596195. OLE color: 15596195.

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

Color convert

RGB163250237-
CMYK0.3500.050.02
HSL171.03º89.69%80.98%-
HSV(B)171.03º34.8%98.04%-
XYZ64.5882.2792.6-
YUV222.5136.1885.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.08%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=25.08%
G=38.46%
B=36.46%

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
Decimal1632502370.3500.050.02171.0389.6980.98
HexA3FAED23052ab5a51
Octal24337235543052253132121
Binary1010001111111010111011011000110101101010101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FAED; }

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

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

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

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

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

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

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

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