#AAE9E2

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

Shades of Pale Turquoise #AAE9E2

Tints of Pale Turquoise #AAE9E2

Color information

#AAE9E2 (or 0xAAE9E2) is unknown color: approx Pale Turquoise. HEX triplet: AA, E9 and E2. RGB value is (170,233,226). Sum of RGB (Red+Green+Blue) = 170+233+226=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9E2 is #55161D. Grayscale: #D5D5D5. Windows color (decimal): -5576222 or 14870954. OLE color: 14870954.

HSL color Cylindrical-coordinate representation of color #AAE9E2: hue angle of 173.33º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9E2 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB170233226-
CMYK0.2700.030.09
HSL173.33º58.88%79.02%-
HSV(B)173.33º27.04%91.37%-
XYZ59.4472.3182.78-
YUV213.36135.1397.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 226 (88.67% from 255) = 35.93%
R=27.03%
G=37.04%
B=35.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702332260.2700.030.09173.3358.8879.02
HexAAE9E21B039ad3b4f
Octal25235134233031125573117
Binary101010101110100111100010110110111001101011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9E2; }

 p { color: rgb(170,233,226); }

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

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

 a { background-color: rgb(170,233,226); }

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

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

 span { border-color: rgb(170,233,226); }

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