#AAF9F3

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

Shades of Pale Turquoise #AAF9F3

Tints of Pale Turquoise #AAF9F3

Color information

#AAF9F3 (or 0xAAF9F3) is unknown color: approx Pale Turquoise. HEX triplet: AA, F9 and F3. RGB value is (170,249,243). Sum of RGB (Red+Green+Blue) = 170+249+243=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9F3 is #55060C. Grayscale: #E0E0E0. Windows color (decimal): -5572109 or 15989162. OLE color: 15989162.

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

Color convert

RGB170249243-
CMYK0.3200.020.02
HSL175.44º86.81%82.16%-
HSV(B)175.44º31.73%97.65%-
XYZ66.6382.7797.26-
YUV224.7138.3388.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.68%
GREEN value IS 249 (97.66% from 255) = 37.61%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=25.68%
G=37.61%
B=36.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702492430.3200.020.02175.4486.8182.16
HexAAF9F320022af5752
Octal25237136340022257127122
Binary101010101111100111110011100000010101010111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9F3; }

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

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

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

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

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

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

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

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