#A1FEED

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

Shades of Pale Turquoise #A1FEED

Tints of Pale Turquoise #A1FEED

Color information

#A1FEED (or 0xA1FEED) is unknown color: approx Pale Turquoise. HEX triplet: A1, FE and ED. RGB value is (161,254,237). Sum of RGB (Red+Green+Blue) = 161+254+237=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEED is #5E0112. Grayscale: #E0E0E0. Windows color (decimal): -6160659 or 15597217. OLE color: 15597217.

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

Color convert

RGB161254237-
CMYK0.3700.070.00
HSL169.03º97.89%81.37%-
HSV(B)169.03º36.61%99.61%-
XYZ65.4384.5893-
YUV224.25135.1982.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.69%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=24.69%
G=38.96%
B=36.35%

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
Decimal1612542370.3700.070.00169.0397.8981.37
HexA1FEED25070a96251
Octal24137635545070251142121
Binary101000011111111011101101100101011101010100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEED; }

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

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

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

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

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

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

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

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