#A1EEEA

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

Shades of Pale Turquoise #A1EEEA

Tints of Pale Turquoise #A1EEEA

Color information

#A1EEEA (or 0xA1EEEA) is unknown color: approx Pale Turquoise. HEX triplet: A1, EE and EA. RGB value is (161,238,234). Sum of RGB (Red+Green+Blue) = 161+238+234=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEEA is #5E1115. Grayscale: #D6D6D6. Windows color (decimal): -6164758 or 15396513. OLE color: 15396513.

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

Color convert

RGB161238234-
CMYK0.3200.020.07
HSL176.88º69.37%78.24%-
HSV(B)176.88º32.35%93.33%-
XYZ60.1274.6789.09-
YUV214.52138.9989.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.43%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=25.43%
G=37.60%
B=36.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612382340.3200.020.07176.8869.3778.24
HexA1EEEA20027b1454e
Octal24135635240027261105116
Binary1010000111101110111010101000000101111011000110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EEEA; }

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

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

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

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

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

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

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

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