#A3FFF0

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

Shades of Pale Turquoise #A3FFF0

Tints of Pale Turquoise #A3FFF0

Color information

#A3FFF0 (or 0xA3FFF0) is unknown color: approx Pale Turquoise. HEX triplet: A3, FF and F0. RGB value is (163,255,240). Sum of RGB (Red+Green+Blue) = 163+255+240=658 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.77% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFF0 is #5C000F. Grayscale: #E1E1E1. Windows color (decimal): -6029328 or 15794083. OLE color: 15794083.

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

Color convert

RGB163255240-
CMYK0.3600.060
HSL170.22º100%81.96%-
HSV(B)170.22º36.08%100%-
XYZ66.5985.695.45-
YUV225.78136.0283.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.77%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=24.77%
G=38.75%
B=36.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552400.3600.060170.2210081.96
HexA3FFF024060aa6452
Octal24337736044060252144122
Binary101000111111111111110000100100011001010101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFF0; }

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

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

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

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

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

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

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

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