#AAF7EF

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

Shades of Pale Turquoise #AAF7EF

Tints of Pale Turquoise #AAF7EF

Color information

#AAF7EF (or 0xAAF7EF) is unknown color: approx Pale Turquoise. HEX triplet: AA, F7 and EF. RGB value is (170,247,239). Sum of RGB (Red+Green+Blue) = 170+247+239=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7EF is #550810. Grayscale: #DFDFDF. Windows color (decimal): -5572625 or 15726506. OLE color: 15726506.

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

Color convert

RGB170247239-
CMYK0.3100.030.03
HSL173.77º82.8%81.76%-
HSV(B)173.77º31.17%96.86%-
XYZ65.4281.393.91-
YUV223.07136.9990.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.91%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=25.91%
G=37.65%
B=36.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702472390.3100.030.03173.7782.881.76
HexAAF7EF1F033ae5352
Octal25236735737033256123122
Binary10101010111101111110111111111011111010111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7EF; }

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

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

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

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

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

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

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

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