#AAF8ED

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

Shades of Pale Turquoise #AAF8ED

Tints of Pale Turquoise #AAF8ED

Color information

#AAF8ED (or 0xAAF8ED) is unknown color: approx Pale Turquoise. HEX triplet: AA, F8 and ED. RGB value is (170,248,237). Sum of RGB (Red+Green+Blue) = 170+248+237=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8ED is #550712. Grayscale: #DFDFDF. Windows color (decimal): -5572371 or 15595690. OLE color: 15595690.

HSL color Cylindrical-coordinate representation of color #AAF8ED: hue angle of 171.54º 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 #AAF8ED is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB170248237-
CMYK0.3100.040.03
HSL171.54º84.78%81.96%-
HSV(B)171.54º31.45%97.25%-
XYZ65.4381.892.46-
YUV223.42135.6689.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.95%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=25.95%
G=37.86%
B=36.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702482370.3100.040.03171.5484.7881.96
HexAAF8ED1F043ac5552
Octal25237035537043254125122
Binary101010101111100011101101111110100111010110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8ED; }

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

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

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

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

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

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

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

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