#AAEAF0

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

Shades of Pale Turquoise #AAEAF0

Tints of Pale Turquoise #AAEAF0

Color information

#AAEAF0 (or 0xAAEAF0) is unknown color: approx Pale Turquoise. HEX triplet: AA, EA and F0. RGB value is (170,234,240). Sum of RGB (Red+Green+Blue) = 170+234+240=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF0 is #55150F. Grayscale: #D7D7D7. Windows color (decimal): -5575952 or 15788714. OLE color: 15788714.

HSL color Cylindrical-coordinate representation of color #AAEAF0: hue angle of 185.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEAF0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170234240-
CMYK0.290.0200.06
HSL185.14º70%80.39%-
HSV(B)185.14º29.17%94.12%-
XYZ61.7373.6893.41-
YUV215.55141.895.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.40%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 240 (94.14% from 255) = 37.27%
R=26.40%
G=36.34%
B=37.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702342400.290.0200.06185.147080.39
HexAAEAF01D206b94650
Octal25235236035206271106120
Binary101010101110101011110000111011001101011100110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAF0; }

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

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

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

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

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

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

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

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