#AAF7F6

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

Shades of Pale Turquoise #AAF7F6

Tints of Pale Turquoise #AAF7F6

Color information

#AAF7F6 (or 0xAAF7F6) is unknown color: approx Pale Turquoise. HEX triplet: AA, F7 and F6. RGB value is (170,247,246). Sum of RGB (Red+Green+Blue) = 170+247+246=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7F6 is #550809. Grayscale: #DFDFDF. Windows color (decimal): -5572618 or 16185258. OLE color: 16185258.

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

Color convert

RGB170247246-
CMYK0.3100.000.03
HSL179.22º82.8%81.76%-
HSV(B)179.22º31.17%96.86%-
XYZ66.4781.7299.46-
YUV223.86140.4989.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.64%
GREEN value IS 247 (96.88% from 255) = 37.25%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=25.64%
G=37.25%
B=37.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702472460.3100.000.03179.2282.881.76
HexAAF7F61F003b35352
Octal25236736637003263123122
Binary1010101011110111111101101111100111011001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7F6; }

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

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

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

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

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

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

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

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