#A1FEEE

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

Shades of Pale Turquoise #A1FEEE

Tints of Pale Turquoise #A1FEEE

Color information

#A1FEEE (or 0xA1FEEE) is unknown color: approx Pale Turquoise. HEX triplet: A1, FE and EE. RGB value is (161,254,238). Sum of RGB (Red+Green+Blue) = 161+254+238=653 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.66% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEEE is #5E0111. Grayscale: #E0E0E0. Windows color (decimal): -6160658 or 15662753. OLE color: 15662753.

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

Color convert

RGB161254238-
CMYK0.3700.060.00
HSL169.68º97.89%81.37%-
HSV(B)169.68º36.61%99.61%-
XYZ65.5784.6393.77-
YUV224.37135.6982.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.66%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=24.66%
G=38.90%
B=36.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542380.3700.060.00169.6897.8981.37
HexA1FEEE25060aa6251
Octal24137635645060252142121
Binary101000011111111011101110100101011001010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEEE; }

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

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

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

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

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

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

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

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