#AAEDF1

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

Shades of Pale Turquoise #AAEDF1

Tints of Pale Turquoise #AAEDF1

Color information

#AAEDF1 (or 0xAAEDF1) is unknown color: approx Pale Turquoise. HEX triplet: AA, ED and F1. RGB value is (170,237,241). Sum of RGB (Red+Green+Blue) = 170+237+241=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAEDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDF1 is #55120E. Grayscale: #D9D9D9. Windows color (decimal): -5575183 or 15855018. OLE color: 15855018.

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

Color convert

RGB170237241-
CMYK0.290.0200.05
HSL183.38º71.72%80.59%-
HSV(B)183.38º29.46%94.51%-
XYZ62.7475.4794.48-
YUV217.42141.394.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.23%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=26.23%
G=36.57%
B=37.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702372410.290.0200.05183.3871.7280.59
HexAAEDF11D205b74851
Octal25235536135205267110121
Binary101010101110110111110001111011001011011011110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDF1; }

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

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

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

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

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

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

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

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