#AAF9F6

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

Shades of Pale Turquoise #AAF9F6

Tints of Pale Turquoise #AAF9F6

Color information

#AAF9F6 (or 0xAAF9F6) is unknown color: approx Pale Turquoise. HEX triplet: AA, F9 and F6. RGB value is (170,249,246). Sum of RGB (Red+Green+Blue) = 170+249+246=665 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.56% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9F6 is #550609. Grayscale: #E0E0E0. Windows color (decimal): -5572106 or 16185770. OLE color: 16185770.

HSL color Cylindrical-coordinate representation of color #AAF9F6: hue angle of 177.72º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9F6 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB170249246-
CMYK0.3200.010.02
HSL177.72º86.81%82.16%-
HSV(B)177.72º31.73%97.65%-
XYZ67.0982.9599.66-
YUV225.04139.8388.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.56%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 246 (96.48% from 255) = 36.99%
R=25.56%
G=37.44%
B=36.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702492460.3200.010.02177.7286.8182.16
HexAAF9F620012b25752
Octal25237136640012262127122
Binary10101010111110011111011010000001101011001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9F6; }

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

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

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

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

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

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

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

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