#A3FEF2

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

Shades of Pale Turquoise #A3FEF2

Tints of Pale Turquoise #A3FEF2

Color information

#A3FEF2 (or 0xA3FEF2) is unknown color: approx Pale Turquoise. HEX triplet: A3, FE and F2. RGB value is (163,254,242). Sum of RGB (Red+Green+Blue) = 163+254+242=659 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.73% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEF2 is #5C010D. Grayscale: #E1E1E1. Windows color (decimal): -6029582 or 15924899. OLE color: 15924899.

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

Color convert

RGB163254242-
CMYK0.3600.050.00
HSL172.09º97.85%81.76%-
HSV(B)172.09º35.83%99.61%-
XYZ66.5785.0896.92-
YUV225.42137.3583.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.73%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=24.73%
G=38.54%
B=36.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632542420.3600.050.00172.0997.8581.76
HexA3FEF224050ac6252
Octal24337636244050254142122
Binary101000111111111011110010100100010101010110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEF2; }

 p { color: rgb(163,254,242); }

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

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

 a { background-color: rgb(163,254,242); }

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

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

 span { border-color: rgb(163,254,242); }

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