#A3FEF4

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

Shades of Pale Turquoise #A3FEF4

Tints of Pale Turquoise #A3FEF4

Color information

#A3FEF4 (or 0xA3FEF4) is unknown color: approx Pale Turquoise. HEX triplet: A3, FE and F4. RGB value is (163,254,244). Sum of RGB (Red+Green+Blue) = 163+254+244=661 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.66% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEF4 is #5C010B. Grayscale: #E1E1E1. Windows color (decimal): -6029580 or 16055971. OLE color: 16055971.

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

Color convert

RGB163254244-
CMYK0.3600.040.00
HSL173.41º97.85%81.76%-
HSV(B)173.41º35.83%99.61%-
XYZ66.8885.298.51-
YUV225.65138.3583.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.66%
GREEN value IS 254 (99.61% from 255) = 38.43%
BLUE value IS 244 (95.70% from 255) = 36.91%
R=24.66%
G=38.43%
B=36.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632542440.3600.040.00173.4197.8581.76
HexA3FEF424040ad6252
Octal24337636444040255142122
Binary101000111111111011110100100100010001010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEF4; }

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

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

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

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

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

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

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

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