#AAE8E4

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

Shades of Pale Turquoise #AAE8E4

Tints of Pale Turquoise #AAE8E4

Color information

#AAE8E4 (or 0xAAE8E4) is unknown color: approx Pale Turquoise. HEX triplet: AA, E8 and E4. RGB value is (170,232,228). Sum of RGB (Red+Green+Blue) = 170+232+228=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8E4 is #55171B. Grayscale: #D4D4D4. Windows color (decimal): -5576476 or 15001770. OLE color: 15001770.

HSL color Cylindrical-coordinate representation of color #AAE8E4: hue angle of 176.13º degrees, saturation: 0.57, 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 #AAE8E4 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB170232228-
CMYK0.2700.020.09
HSL176.13º57.41%78.82%-
HSV(B)176.13º26.72%90.98%-
XYZ59.4471.8684.14-
YUV213.01136.4697.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=26.98%
G=36.83%
B=36.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702322280.2700.020.09176.1357.4178.82
HexAAE8E41B029b0394f
Octal25235034433021126071117
Binary101010101110100011100100110110101001101100001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8E4; }

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

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

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

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

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

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

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

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