#AAFDF8

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

Shades of Pale Turquoise #AAFDF8

Tints of Pale Turquoise #AAFDF8

Color information

#AAFDF8 (or 0xAAFDF8) is unknown color: approx Pale Turquoise. HEX triplet: AA, FD and F8. RGB value is (170,253,248). Sum of RGB (Red+Green+Blue) = 170+253+248=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDF8 is #550207. Grayscale: #E3E3E3. Windows color (decimal): -5571080 or 16317866. OLE color: 16317866.

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

Color convert

RGB170253248-
CMYK0.3300.020.01
HSL176.39º95.4%82.94%-
HSV(B)176.39º32.81%99.22%-
XYZ68.6585.57101.71-
YUV227.61139.586.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.34%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 248 (97.27% from 255) = 36.96%
R=25.34%
G=37.70%
B=36.96%

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
Decimal1702532480.3300.020.01176.3995.482.94
HexAAFDF821021b05f53
Octal25237537041021260137123
Binary10101010111111011111100010000101011011000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDF8; }

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

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

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

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

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

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

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

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