#A3FFF1

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

Shades of Pale Turquoise #A3FFF1

Tints of Pale Turquoise #A3FFF1

Color information

#A3FFF1 (or 0xA3FFF1) is unknown color: approx Pale Turquoise. HEX triplet: A3, FF and F1. RGB value is (163,255,241). Sum of RGB (Red+Green+Blue) = 163+255+241=659 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.73% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFF1 is #5C000E. Grayscale: #E1E1E1. Windows color (decimal): -6029327 or 15859619. OLE color: 15859619.

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

Color convert

RGB163255241-
CMYK0.3600.050
HSL170.87º100%81.96%-
HSV(B)170.87º36.08%100%-
XYZ66.7485.6696.23-
YUV225.9136.5283.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.73%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=24.73%
G=38.69%
B=36.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552410.3600.050170.8710081.96
HexA3FFF124050ab6452
Octal24337736144050253144122
Binary101000111111111111110001100100010101010101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFF1; }

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

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

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

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

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

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

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

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