#AAFDF9

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

Shades of Pale Turquoise #AAFDF9

Tints of Pale Turquoise #AAFDF9

Color information

#AAFDF9 (or 0xAAFDF9) is unknown color: approx Pale Turquoise. HEX triplet: AA, FD and F9. RGB value is (170,253,249). Sum of RGB (Red+Green+Blue) = 170+253+249=672 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.30% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDF9 is #550206. Grayscale: #E3E3E3. Windows color (decimal): -5571079 or 16383402. OLE color: 16383402.

HSL color Cylindrical-coordinate representation of color #AAFDF9: hue angle of 177.11º degrees, saturation: 0.95, 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 #AAFDF9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB170253249-
CMYK0.3300.020.01
HSL177.11º95.4%82.94%-
HSV(B)177.11º32.81%99.22%-
XYZ68.885.64102.53-
YUV227.7314086.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.30%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=25.30%
G=37.65%
B=37.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532490.3300.020.01177.1195.482.94
HexAAFDF921021b15f53
Octal25237537141021261137123
Binary10101010111111011111100110000101011011000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDF9; }

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

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

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

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

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

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

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

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