#AAEAE5

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

Shades of Pale Turquoise #AAEAE5

Tints of Pale Turquoise #AAEAE5

Color information

#AAEAE5 (or 0xAAEAE5) is unknown color: approx Pale Turquoise. HEX triplet: AA, EA and E5. RGB value is (170,234,229). Sum of RGB (Red+Green+Blue) = 170+234+229=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAE5 is #55151A. Grayscale: #D6D6D6. Windows color (decimal): -5575963 or 15067818. OLE color: 15067818.

HSL color Cylindrical-coordinate representation of color #AAEAE5: hue angle of 175.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAE5 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB170234229-
CMYK0.2700.020.08
HSL175.31º60.38%79.22%-
HSV(B)175.31º27.35%91.76%-
XYZ60.1473.0585.06-
YUV214.29136.396.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.86%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=26.86%
G=36.97%
B=36.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702342290.2700.020.08175.3160.3879.22
HexAAEAE51B028af3c4f
Octal25235234533021025774117
Binary101010101110101011100101110110101000101011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAE5; }

 p { color: rgb(170,234,229); }

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

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

 a { background-color: rgb(170,234,229); }

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

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

 span { border-color: rgb(170,234,229); }

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