#AAE8EA

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

Shades of Pale Turquoise #AAE8EA

Tints of Pale Turquoise #AAE8EA

Color information

#AAE8EA (or 0xAAE8EA) is unknown color: approx Pale Turquoise. HEX triplet: AA, E8 and EA. RGB value is (170,232,234). Sum of RGB (Red+Green+Blue) = 170+232+234=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8EA is #551715. Grayscale: #D5D5D5. Windows color (decimal): -5576470 or 15394986. OLE color: 15394986.

HSL color Cylindrical-coordinate representation of color #AAE8EA: hue angle of 181.88º 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 #AAE8EA is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170232234-
CMYK0.270.0100.08
HSL181.88º60.38%79.22%-
HSV(B)181.88º27.35%91.76%-
XYZ60.2972.288.6-
YUV213.69139.4696.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.73%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=26.73%
G=36.48%
B=36.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702322340.270.0100.08181.8860.3879.22
HexAAE8EA1B108b63c4f
Octal25235035233101026674117
Binary10101010111010001110101011011101000101101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8EA; }

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

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

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

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

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

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

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

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