#A9FEEB

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

Shades of Pale Turquoise #A9FEEB

Tints of Pale Turquoise #A9FEEB

Color information

#A9FEEB (or 0xA9FEEB) is unknown color: approx Pale Turquoise. HEX triplet: A9, FE and EB. RGB value is (169,254,235). Sum of RGB (Red+Green+Blue) = 169+254+235=658 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.68% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FEEB is #560114. Grayscale: #E2E2E2. Windows color (decimal): -5636373 or 15466153. OLE color: 15466153.

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

Color convert

RGB169254235-
CMYK0.3300.070.00
HSL166.59º97.7%82.94%-
HSV(B)166.59º33.46%99.61%-
XYZ66.885.3291.54-
YUV226.42132.8487.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.68%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=25.68%
G=38.60%
B=35.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692542350.3300.070.00166.5997.782.94
HexA9FEEB21070a76253
Octal25137635341070247142123
Binary101010011111111011101011100001011101010011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FEEB; }

 p { color: rgb(169,254,235); }

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

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

 a { background-color: rgb(169,254,235); }

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

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

 span { border-color: rgb(169,254,235); }

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