#A3FFFE

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

Shades of Pale Turquoise #A3FFFE

Tints of Pale Turquoise #A3FFFE

Color information

#A3FFFE (or 0xA3FFFE) is unknown color: approx Pale Turquoise. HEX triplet: A3, FF and FE. RGB value is (163,255,254). Sum of RGB (Red+Green+Blue) = 163+255+254=672 (89% of max value = 765). Red value is 163 (64.06% from 255 or 24.26% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFE is #5C0001. Grayscale: #E3E3E3. Windows color (decimal): -6029314 or 16711587. OLE color: 16711587.

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

Color convert

RGB163255254-
CMYK0.3600.000
HSL179.35º100%81.96%-
HSV(B)179.35º36.08%100%-
XYZ68.7586.46106.83-
YUV227.38143.0282.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.26%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=24.26%
G=37.95%
B=37.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552540.3600.000179.3510081.96
HexA3FFFE24000b36452
Octal24337737644000263144122
Binary1010001111111111111111101001000001011001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFFE; }

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

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

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

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

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

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

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

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