#A3FEEA

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

Shades of Pale Turquoise #A3FEEA

Tints of Pale Turquoise #A3FEEA

Color information

#A3FEEA (or 0xA3FEEA) is unknown color: approx Pale Turquoise. HEX triplet: A3, FE and EA. RGB value is (163,254,234). Sum of RGB (Red+Green+Blue) = 163+254+234=651 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25.04% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FEEA is #5C0115. Grayscale: #E0E0E0. Windows color (decimal): -6029590 or 15400611. OLE color: 15400611.

HSL color Cylindrical-coordinate representation of color #A3FEEA: hue angle of 166.81º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FEEA is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB163254234-
CMYK0.3600.080.00
HSL166.81º97.85%81.76%-
HSV(B)166.81º35.83%99.61%-
XYZ65.484.6190.73-
YUV224.51133.3584.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.04%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=25.04%
G=39.02%
B=35.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632542340.3600.080.00166.8197.8581.76
HexA3FEEA24080a76252
Octal243376352440100247142122
Binary1010001111111110111010101001000100001010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEEA; }

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

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

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

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

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

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

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

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