#AAF8FD

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

Shades of Pale Turquoise #AAF8FD

Tints of Pale Turquoise #AAF8FD

Color information

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

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

Color convert

RGB170248253-
CMYK0.330.0200.01
HSL183.61º95.4%82.94%-
HSV(B)183.61º32.81%99.22%-
XYZ67.8782.77105.33-
YUV225.25143.6688.59-

RGB Variations

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

RGB

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

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
Decimal1702482530.330.0200.01183.6195.482.94
HexAAF8FD21201b85f53
Octal25237037541201270137123
Binary10101010111110001111110110000110011011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8FD; }

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

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

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

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

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

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

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

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