#A3FEFF

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

Shades of Pale Turquoise #A3FEFF

Tints of Pale Turquoise #A3FEFF

Color information

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

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

Color convert

RGB163254255-
CMYK0.360.0000
HSL180.65º100%81.96%-
HSV(B)180.65º36.08%100%-
XYZ68.685.89107.57-
YUV226.9143.8582.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632542550.360.0000180.6510081.96
HexA3FEFF24000b56452
Octal24337637744000265144122
Binary1010001111111110111111111001000001011010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEFF; }

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

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

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

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

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

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

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

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