#AAFDF5

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

Shades of Pale Turquoise #AAFDF5

Tints of Pale Turquoise #AAFDF5

Color information

#AAFDF5 (or 0xAAFDF5) is unknown color: approx Pale Turquoise. HEX triplet: AA, FD and F5. RGB value is (170,253,245). Sum of RGB (Red+Green+Blue) = 170+253+245=668 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.45% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDF5 is #55020A. Grayscale: #E3E3E3. Windows color (decimal): -5571083 or 16121258. OLE color: 16121258.

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

Color convert

RGB170253245-
CMYK0.3300.030.01
HSL174.22º95.4%82.94%-
HSV(B)174.22º32.81%99.22%-
XYZ68.1885.3999.27-
YUV227.2713887.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.45%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 245 (96.09% from 255) = 36.68%
R=25.45%
G=37.87%
B=36.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532450.3300.030.01174.2295.482.94
HexAAFDF521031ae5f53
Octal25237536541031256137123
Binary10101010111111011111010110000101111010111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDF5; }

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

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

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

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

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

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

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

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