#A3FFFB

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

Shades of Pale Turquoise #A3FFFB

Tints of Pale Turquoise #A3FFFB

Color information

#A3FFFB (or 0xA3FFFB) is unknown color: approx Pale Turquoise. HEX triplet: A3, FF and FB. RGB value is (163,255,251). Sum of RGB (Red+Green+Blue) = 163+255+251=669 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.36% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFB is #5C0004. Grayscale: #E2E2E2. Windows color (decimal): -6029317 or 16514979. OLE color: 16514979.

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

Color convert

RGB163255251-
CMYK0.3600.020
HSL177.39º100%81.96%-
HSV(B)177.39º36.08%100%-
XYZ68.2886.27104.32-
YUV227.04141.5282.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.36%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=24.36%
G=38.12%
B=37.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552510.3600.020177.3910081.96
HexA3FFFB24020b16452
Octal24337737344020261144122
Binary10100011111111111111101110010001001011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFFB; }

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

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

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

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

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

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

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

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