#A3FFEF

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

Shades of Pale Turquoise #A3FFEF

Tints of Pale Turquoise #A3FFEF

Color information

#A3FFEF (or 0xA3FFEF) is unknown color: approx Pale Turquoise. HEX triplet: A3, FF and EF. RGB value is (163,255,239). Sum of RGB (Red+Green+Blue) = 163+255+239=657 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.81% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFEF is #5C0010. Grayscale: #E1E1E1. Windows color (decimal): -6029329 or 15728547. OLE color: 15728547.

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

Color convert

RGB163255239-
CMYK0.3600.060
HSL169.57º100%81.96%-
HSV(B)169.57º36.08%100%-
XYZ66.4485.5494.67-
YUV225.67135.5283.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.81%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=24.81%
G=38.81%
B=36.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552390.3600.060169.5710081.96
HexA3FFEF24060aa6452
Octal24337735744060252144122
Binary101000111111111111101111100100011001010101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFEF; }

 p { color: rgb(163,255,239); }

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

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

 a { background-color: rgb(163,255,239); }

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

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

 span { border-color: rgb(163,255,239); }

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