#AAF7FD

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

Shades of Pale Turquoise #AAF7FD

Tints of Pale Turquoise #AAF7FD

Color information

#AAF7FD (or 0xAAF7FD) is unknown color: approx Pale Turquoise. HEX triplet: AA, F7 and FD. RGB value is (170,247,253). Sum of RGB (Red+Green+Blue) = 170+247+253=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAF7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7FD is #550802. Grayscale: #E0E0E0. Windows color (decimal): -5572611 or 16644010. OLE color: 16644010.

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

Color convert

RGB170247253-
CMYK0.330.0200.01
HSL184.34º95.4%82.94%-
HSV(B)184.34º32.81%99.22%-
XYZ67.5782.16105.23-
YUV224.66143.9989.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.37%
GREEN value IS 247 (96.88% from 255) = 36.87%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=25.37%
G=36.87%
B=37.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702472530.330.0200.01184.3495.482.94
HexAAF7FD21201b85f53
Octal25236737541201270137123
Binary10101010111101111111110110000110011011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7FD; }

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

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

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

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

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

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

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

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