#AAF6FF

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

Shades of Pale Turquoise #AAF6FF

Tints of Pale Turquoise #AAF6FF

Color information

#AAF6FF (or 0xAAF6FF) is unknown color: approx Pale Turquoise. HEX triplet: AA, F6 and FF. RGB value is (170,246,255). Sum of RGB (Red+Green+Blue) = 170+246+255=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6FF is #550900. Grayscale: #E0E0E0. Windows color (decimal): -5572865 or 16774826. OLE color: 16774826.

HSL color Cylindrical-coordinate representation of color #AAF6FF: hue angle of 186.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF6FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170246255-
CMYK0.330.0400
HSL186.35º100%83.33%-
HSV(B)186.35º33.33%100%-
XYZ67.5881.68106.81-
YUV224.3145.3289.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.34%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 255 (100% from 255) = 38.00%
R=25.34%
G=36.66%
B=38.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702462550.330.0400186.3510083.33
HexAAF6FF21400ba6453
Octal25236637741400272144123
Binary101010101111011011111111100001100001011101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF6FF; }

 p { color: rgb(170,246,255); }

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

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

 a { background-color: rgb(170,246,255); }

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

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

 span { border-color: rgb(170,246,255); }

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