#AAEAF1

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

Shades of Pale Turquoise #AAEAF1

Tints of Pale Turquoise #AAEAF1

Color information

#AAEAF1 (or 0xAAEAF1) is unknown color: approx Pale Turquoise. HEX triplet: AA, EA and F1. RGB value is (170,234,241). Sum of RGB (Red+Green+Blue) = 170+234+241=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF1 is #55150E. Grayscale: #D7D7D7. Windows color (decimal): -5575951 or 15854250. OLE color: 15854250.

HSL color Cylindrical-coordinate representation of color #AAEAF1: hue angle of 185.92º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEAF1 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170234241-
CMYK0.290.0300.05
HSL185.92º71.72%80.59%-
HSV(B)185.92º29.46%94.51%-
XYZ61.8873.7494.19-
YUV215.66142.395.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.36%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=26.36%
G=36.28%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702342410.290.0300.05185.9271.7280.59
HexAAEAF11D305ba4851
Octal25235236135305272110121
Binary101010101110101011110001111011101011011101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAF1; }

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

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

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

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

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

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

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

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