#AAECE9

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

Shades of Pale Turquoise #AAECE9

Tints of Pale Turquoise #AAECE9

Color information

#AAECE9 (or 0xAAECE9) is unknown color: approx Pale Turquoise. HEX triplet: AA, EC and E9. RGB value is (170,236,233). Sum of RGB (Red+Green+Blue) = 170+236+233=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECE9 is #551316. Grayscale: #D7D7D7. Windows color (decimal): -5575447 or 15330474. OLE color: 15330474.

HSL color Cylindrical-coordinate representation of color #AAECE9: hue angle of 177.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECE9 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB170236233-
CMYK0.2800.010.07
HSL177.27º63.46%79.61%-
HSV(B)177.27º27.97%92.55%-
XYZ61.2874.4288.23-
YUV215.92137.6395.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=26.60%
G=36.93%
B=36.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362330.2800.010.07177.2763.4679.61
HexAAECE91C017b13f50
Octal2523543513401726177120
Binary1010101011101100111010011110001111101100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECE9; }

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

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

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

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

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

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

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

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