#AAF9ED

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

Shades of Pale Turquoise #AAF9ED

Tints of Pale Turquoise #AAF9ED

Color information

#AAF9ED (or 0xAAF9ED) is unknown color: approx Pale Turquoise. HEX triplet: AA, F9 and ED. RGB value is (170,249,237). Sum of RGB (Red+Green+Blue) = 170+249+237=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9ED is #550612. Grayscale: #DFDFDF. Windows color (decimal): -5572115 or 15595946. OLE color: 15595946.

HSL color Cylindrical-coordinate representation of color #AAF9ED: hue angle of 170.89º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9ED is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB170249237-
CMYK0.3200.050.02
HSL170.89º86.81%82.16%-
HSV(B)170.89º31.73%97.65%-
XYZ65.7482.4192.56-
YUV224.01135.3389.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.91%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=25.91%
G=37.96%
B=36.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702492370.3200.050.02170.8986.8182.16
HexAAF9ED20052ab5752
Octal25237135540052253127122
Binary1010101011111001111011011000000101101010101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9ED; }

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

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

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

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

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

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

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

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