#AAF9FA

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

Shades of Pale Turquoise #AAF9FA

Tints of Pale Turquoise #AAF9FA

Color information

#AAF9FA (or 0xAAF9FA) is unknown color: approx Pale Turquoise. HEX triplet: AA, F9 and FA. RGB value is (170,249,250). Sum of RGB (Red+Green+Blue) = 170+249+250=669 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.41% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAF9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9FA is #550605. Grayscale: #E1E1E1. Windows color (decimal): -5572102 or 16447914. OLE color: 16447914.

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

Color convert

RGB170249250-
CMYK0.320.0000.02
HSL180.75º88.89%82.35%-
HSV(B)180.75º32%98.04%-
XYZ67.7183.2102.93-
YUV225.49141.8388.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.41%
GREEN value IS 249 (97.66% from 255) = 37.22%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=25.41%
G=37.22%
B=37.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702492500.320.0000.02180.7588.8982.35
HexAAF9FA20002b55952
Octal25237137240002265131122
Binary10101010111110011111101010000000101011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9FA; }

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

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

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

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

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

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

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

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