#AAEDF5

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

Shades of Pale Turquoise #AAEDF5

Tints of Pale Turquoise #AAEDF5

Color information

#AAEDF5 (or 0xAAEDF5) is unknown color: approx Pale Turquoise. HEX triplet: AA, ED and F5. RGB value is (170,237,245). Sum of RGB (Red+Green+Blue) = 170+237+245=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAEDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDF5 is #55120A. Grayscale: #D9D9D9. Windows color (decimal): -5575179 or 16117162. OLE color: 16117162.

HSL color Cylindrical-coordinate representation of color #AAEDF5: hue angle of 186.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEDF5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170237245-
CMYK0.310.0300.04
HSL186.4º78.95%81.37%-
HSV(B)186.4º30.61%96.08%-
XYZ63.3475.7197.66-
YUV217.88143.393.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=26.07%
G=36.35%
B=37.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702372450.310.0300.04186.478.9581.37
HexAAEDF51F304ba4f51
Octal25235536537304272117121
Binary101010101110110111110101111111101001011101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDF5; }

 p { color: rgb(170,237,245); }

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

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

 a { background-color: rgb(170,237,245); }

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

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

 span { border-color: rgb(170,237,245); }

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