#AAF8EC

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

Shades of Pale Turquoise #AAF8EC

Tints of Pale Turquoise #AAF8EC

Color information

#AAF8EC (or 0xAAF8EC) is unknown color: approx Pale Turquoise. HEX triplet: AA, F8 and EC. RGB value is (170,248,236). Sum of RGB (Red+Green+Blue) = 170+248+236=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8EC is #550713. Grayscale: #DFDFDF. Windows color (decimal): -5572372 or 15530154. OLE color: 15530154.

HSL color Cylindrical-coordinate representation of color #AAF8EC: hue angle of 170.77º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8EC is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB170248236-
CMYK0.3100.050.03
HSL170.77º84.78%81.96%-
HSV(B)170.77º31.45%97.25%-
XYZ65.2981.7491.69-
YUV223.31135.1689.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.99%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=25.99%
G=37.92%
B=36.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702482360.3100.050.03170.7784.7881.96
HexAAF8EC1F053ab5552
Octal25237035437053253125122
Binary101010101111100011101100111110101111010101110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8EC; }

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

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

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

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

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

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

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

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