#AAF7FA

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

Shades of Pale Turquoise #AAF7FA

Tints of Pale Turquoise #AAF7FA

Color information

#AAF7FA (or 0xAAF7FA) is unknown color: approx Pale Turquoise. HEX triplet: AA, F7 and FA. RGB value is (170,247,250). Sum of RGB (Red+Green+Blue) = 170+247+250=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAF7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7FA is #550805. Grayscale: #E0E0E0. Windows color (decimal): -5572614 or 16447402. OLE color: 16447402.

HSL color Cylindrical-coordinate representation of color #AAF7FA: hue angle of 182.25º degrees, saturation: 0.89, 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 #AAF7FA is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170247250-
CMYK0.320.0100.02
HSL182.25º88.89%82.35%-
HSV(B)182.25º32%98.04%-
XYZ67.0981.97102.73-
YUV224.32142.4989.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.49%
GREEN value IS 247 (96.88% from 255) = 37.03%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=25.49%
G=37.03%
B=37.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702472500.320.0100.02182.2588.8982.35
HexAAF7FA20102b65952
Octal25236737240102266131122
Binary10101010111101111111101010000010101011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7FA; }

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

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

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

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

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

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

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

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