#A3FFFF

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

Shades of Pale Turquoise #A3FFFF

Tints of Pale Turquoise #A3FFFF

Color information

#A3FFFF (or 0xA3FFFF) is unknown color: approx Pale Turquoise. HEX triplet: A3, FF and FF. RGB value is (163,255,255). Sum of RGB (Red+Green+Blue) = 163+255+255=673 (89% of max value = 765). Red value is 163 (64.06% from 255 or 24.22% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #A3FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFF is #5C0000. Grayscale: #E3E3E3. Windows color (decimal): -6029313 or 16777123. OLE color: 16777123.

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

Color convert

RGB163255255-
CMYK0.36000
HSL180º100%81.96%-
HSV(B)180º36.08%100%-
XYZ68.9186.53107.68-
YUV227.49143.5282-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.22%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 255 (100% from 255) = 37.89%
R=24.22%
G=37.89%
B=37.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552550.3600018010081.96
HexA3FFFF24000b46452
Octal24337737744000264144122
Binary1010001111111111111111111001000001011010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFFF; }

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

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

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

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

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

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

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

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