#A1EEED

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

Shades of Pale Turquoise #A1EEED

Tints of Pale Turquoise #A1EEED

Color information

#A1EEED (or 0xA1EEED) is unknown color: approx Pale Turquoise. HEX triplet: A1, EE and ED. RGB value is (161,238,237). Sum of RGB (Red+Green+Blue) = 161+238+237=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEED is #5E1112. Grayscale: #D6D6D6. Windows color (decimal): -6164755 or 15593121. OLE color: 15593121.

HSL color Cylindrical-coordinate representation of color #A1EEED: hue angle of 179.22º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EEED is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB161238237-
CMYK0.3200.000.07
HSL179.22º69.37%78.24%-
HSV(B)179.22º32.35%93.33%-
XYZ60.5674.8491.37-
YUV214.86140.4989.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.31%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=25.31%
G=37.42%
B=37.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612382370.3200.000.07179.2269.3778.24
HexA1EEED20007b3454e
Octal24135635540007263105116
Binary101000011110111011101101100000001111011001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EEED; }

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

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

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

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

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

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

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

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