#AAEFF6

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

Shades of Pale Turquoise #AAEFF6

Tints of Pale Turquoise #AAEFF6

Color information

#AAEFF6 (or 0xAAEFF6) is unknown color: approx Pale Turquoise. HEX triplet: AA, EF and F6. RGB value is (170,239,246). Sum of RGB (Red+Green+Blue) = 170+239+246=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAEFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF6 is #551009. Grayscale: #DBDBDB. Windows color (decimal): -5574666 or 16183210. OLE color: 16183210.

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

Color convert

RGB170239246-
CMYK0.310.0300.04
HSL185.53º80.85%81.57%-
HSV(B)185.53º30.89%96.47%-
XYZ64.0876.9398.66-
YUV219.17143.1492.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.95%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=25.95%
G=36.49%
B=37.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702392460.310.0300.04185.5380.8581.57
HexAAEFF61F304ba5152
Octal25235736637304272121122
Binary101010101110111111110110111111101001011101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFF6; }

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

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

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

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

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

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

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

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