#A1E9E5

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

Shades of Pale Turquoise #A1E9E5

Tints of Pale Turquoise #A1E9E5

Color information

#A1E9E5 (or 0xA1E9E5) is unknown color: approx Pale Turquoise. HEX triplet: A1, E9 and E5. RGB value is (161,233,229). Sum of RGB (Red+Green+Blue) = 161+233+229=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9E5 is #5E161A. Grayscale: #D2D2D2. Windows color (decimal): -6166043 or 15067553. OLE color: 15067553.

HSL color Cylindrical-coordinate representation of color #A1E9E5: hue angle of 176.67º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9E5 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB161233229-
CMYK0.3100.020.09
HSL176.67º62.07%77.25%-
HSV(B)176.67º30.9%91.37%-
XYZ57.9871.5184.88-
YUV211.02138.1592.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.84%
GREEN value IS 233 (91.41% from 255) = 37.40%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=25.84%
G=37.40%
B=36.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612332290.3100.020.09176.6762.0777.25
HexA1E9E51F029b13e4d
Octal24135134537021126176115
Binary101000011110100111100101111110101001101100011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9E5; }

 p { color: rgb(161,233,229); }

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

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

 a { background-color: rgb(161,233,229); }

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

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

 span { border-color: rgb(161,233,229); }

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