#AAF8EF

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

Shades of Pale Turquoise #AAF8EF

Tints of Pale Turquoise #AAF8EF

Color information

#AAF8EF (or 0xAAF8EF) is unknown color: approx Pale Turquoise. HEX triplet: AA, F8 and EF. RGB value is (170,248,239). Sum of RGB (Red+Green+Blue) = 170+248+239=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8EF is #550710. Grayscale: #DFDFDF. Windows color (decimal): -5572369 or 15726762. OLE color: 15726762.

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

Color convert

RGB170248239-
CMYK0.3100.040.03
HSL173.08º84.78%81.96%-
HSV(B)173.08º31.45%97.25%-
XYZ65.7281.9194.01-
YUV223.65136.6689.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.88%
GREEN value IS 248 (97.27% from 255) = 37.75%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=25.88%
G=37.75%
B=36.38%

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
Decimal1702482390.3100.040.03173.0884.7881.96
HexAAF8EF1F043ad5552
Octal25237035737043255125122
Binary101010101111100011101111111110100111010110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8EF; }

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

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

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

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

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

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

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

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