#AAF0EC

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

Shades of Pale Turquoise #AAF0EC

Tints of Pale Turquoise #AAF0EC

Color information

#AAF0EC (or 0xAAF0EC) is unknown color: approx Pale Turquoise. HEX triplet: AA, F0 and EC. RGB value is (170,240,236). Sum of RGB (Red+Green+Blue) = 170+240+236=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0EC is #550F13. Grayscale: #DADADA. Windows color (decimal): -5574420 or 15528106. OLE color: 15528106.

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

Color convert

RGB170240236-
CMYK0.2900.020.06
HSL176.57º70%80.39%-
HSV(B)176.57º29.17%94.12%-
XYZ62.8876.9290.89-
YUV218.61137.8193.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.32%
GREEN value IS 240 (94.14% from 255) = 37.15%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=26.32%
G=37.15%
B=36.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702402360.2900.020.06176.577080.39
HexAAF0EC1D026b14650
Octal25236035435026261106120
Binary101010101111000011101100111010101101011000110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF0EC; }

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

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

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

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

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

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

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

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