#AAFFF9

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

Shades of Pale Turquoise #AAFFF9

Tints of Pale Turquoise #AAFFF9

Color information

#AAFFF9 (or 0xAAFFF9) is unknown color: approx Pale Turquoise. HEX triplet: AA, FF and F9. RGB value is (170,255,249). Sum of RGB (Red+Green+Blue) = 170+255+249=674 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.22% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFF9 is #550006. Grayscale: #E4E4E4. Windows color (decimal): -5570567 or 16383914. OLE color: 16383914.

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

Color convert

RGB170255249-
CMYK0.3300.020
HSL175.76º100%83.33%-
HSV(B)175.76º33.33%100%-
XYZ69.4486.91102.74-
YUV228.9139.3485.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.22%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=25.22%
G=37.83%
B=36.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552490.3300.020175.7610083.33
HexAAFFF921020b06453
Octal25237737141020260144123
Binary10101010111111111111100110000101001011000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFF9; }

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

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

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

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

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

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

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

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