#AAFFF6

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

Shades of Pale Turquoise #AAFFF6

Tints of Pale Turquoise #AAFFF6

Color information

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

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

Color convert

RGB170255246-
CMYK0.3300.040
HSL173.65º100%83.33%-
HSV(B)173.65º33.33%100%-
XYZ68.9786.72100.29-
YUV228.56137.8486.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552460.3300.040173.6510083.33
HexAAFFF621040ae6453
Octal25237736641040256144123
Binary101010101111111111110110100001010001010111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFF6; }

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

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

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

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

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

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

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

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