#AAF5FA

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

Shades of Pale Turquoise #AAF5FA

Tints of Pale Turquoise #AAF5FA

Color information

#AAF5FA (or 0xAAF5FA) is unknown color: approx Pale Turquoise. HEX triplet: AA, F5 and FA. RGB value is (170,245,250). Sum of RGB (Red+Green+Blue) = 170+245+250=665 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.56% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF5FA is #550A05. Grayscale: #DFDFDF. Windows color (decimal): -5573126 or 16446890. OLE color: 16446890.

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

Color convert

RGB170245250-
CMYK0.320.0200.02
HSL183.75º88.89%82.35%-
HSV(B)183.75º32%98.04%-
XYZ66.4980.75102.53-
YUV223.14143.1590.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.56%
GREEN value IS 245 (96.09% from 255) = 36.84%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=25.56%
G=36.84%
B=37.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702452500.320.0200.02183.7588.8982.35
HexAAF5FA20202b85952
Octal25236537240202270131122
Binary101010101111010111111010100000100101011100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF5FA; }

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

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

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

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

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

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

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

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