#AAF9FC

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

Shades of Pale Turquoise #AAF9FC

Tints of Pale Turquoise #AAF9FC

Color information

#AAF9FC (or 0xAAF9FC) is unknown color: approx Pale Turquoise. HEX triplet: AA, F9 and FC. RGB value is (170,249,252). Sum of RGB (Red+Green+Blue) = 170+249+252=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAF9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9FC is #550603. Grayscale: #E1E1E1. Windows color (decimal): -5572100 or 16578986. OLE color: 16578986.

HSL color Cylindrical-coordinate representation of color #AAF9FC: hue angle of 182.2º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF9FC is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170249252-
CMYK0.330.0100.01
HSL182.2º93.18%82.75%-
HSV(B)182.2º32.54%98.82%-
XYZ68.0283.33104.59-
YUV225.72142.8388.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.34%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=25.34%
G=37.11%
B=37.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702492520.330.0100.01182.293.1882.75
HexAAF9FC21101b65d53
Octal25237137441101266135123
Binary1010101011111001111111001000011011011011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9FC; }

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

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

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

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

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

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

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

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