#A1FEEC

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

Shades of Pale Turquoise #A1FEEC

Tints of Pale Turquoise #A1FEEC

Color information

#A1FEEC (or 0xA1FEEC) is unknown color: approx Pale Turquoise. HEX triplet: A1, FE and EC. RGB value is (161,254,236). Sum of RGB (Red+Green+Blue) = 161+254+236=651 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.73% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEEC is #5E0113. Grayscale: #E0E0E0. Windows color (decimal): -6160660 or 15531681. OLE color: 15531681.

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

Color convert

RGB161254236-
CMYK0.3700.070.00
HSL168.39º97.89%81.37%-
HSV(B)168.39º36.61%99.61%-
XYZ65.2884.5292.23-
YUV224.14134.6982.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.73%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=24.73%
G=39.02%
B=36.25%

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
Decimal1612542360.3700.070.00168.3997.8981.37
HexA1FEEC25070a86251
Octal24137635445070250142121
Binary101000011111111011101100100101011101010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEEC; }

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

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

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

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

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

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

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

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