#AAEAE6

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

Shades of Pale Turquoise #AAEAE6

Tints of Pale Turquoise #AAEAE6

Color information

#AAEAE6 (or 0xAAEAE6) is unknown color: approx Pale Turquoise. HEX triplet: AA, EA and E6. RGB value is (170,234,230). Sum of RGB (Red+Green+Blue) = 170+234+230=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAE6 is #551519. Grayscale: #D6D6D6. Windows color (decimal): -5575962 or 15133354. OLE color: 15133354.

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

Color convert

RGB170234230-
CMYK0.2700.020.08
HSL176.25º60.38%79.22%-
HSV(B)176.25º27.35%91.76%-
XYZ60.2873.185.8-
YUV214.41136.896.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=26.81%
G=36.91%
B=36.28%

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
Decimal1702342300.2700.020.08176.2560.3879.22
HexAAEAE61B028b03c4f
Octal25235234633021026074117
Binary101010101110101011100110110110101000101100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAE6; }

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

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

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

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

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

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

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

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