#AAF5F6

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

Shades of Pale Turquoise #AAF5F6

Tints of Pale Turquoise #AAF5F6

Color information

#AAF5F6 (or 0xAAF5F6) is unknown color: approx Pale Turquoise. HEX triplet: AA, F5 and F6. RGB value is (170,245,246). Sum of RGB (Red+Green+Blue) = 170+245+246=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAF5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF5F6 is #550A09. Grayscale: #DEDEDE. Windows color (decimal): -5573130 or 16184746. OLE color: 16184746.

HSL color Cylindrical-coordinate representation of color #AAF5F6: hue angle of 180.79º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF5F6 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170245246-
CMYK0.310.0000.04
HSL180.79º80.85%81.57%-
HSV(B)180.79º30.89%96.47%-
XYZ65.8680.599.26-
YUV222.69141.1590.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.72%
GREEN value IS 245 (96.09% from 255) = 37.07%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=25.72%
G=37.07%
B=37.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702452460.310.0000.04180.7980.8581.57
HexAAF5F61F004b55152
Octal25236536637004265121122
Binary10101010111101011111011011111001001011010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF5F6; }

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

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

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

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

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

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

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

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