#A1FEEB

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

Shades of Pale Turquoise #A1FEEB

Tints of Pale Turquoise #A1FEEB

Color information

#A1FEEB (or 0xA1FEEB) is unknown color: approx Pale Turquoise. HEX triplet: A1, FE and EB. RGB value is (161,254,235). Sum of RGB (Red+Green+Blue) = 161+254+235=650 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.77% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEEB is #5E0114. Grayscale: #E0E0E0. Windows color (decimal): -6160661 or 15466145. OLE color: 15466145.

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

Color convert

RGB161254235-
CMYK0.3700.070.00
HSL167.74º97.89%81.37%-
HSV(B)167.74º36.61%99.61%-
XYZ65.1484.4691.47-
YUV224.03134.1983.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.77%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=24.77%
G=39.08%
B=36.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542350.3700.070.00167.7497.8981.37
HexA1FEEB25070a86251
Octal24137635345070250142121
Binary101000011111111011101011100101011101010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEEB; }

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

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

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

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

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

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

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

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