#AAF5EA

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

Shades of Pale Turquoise #AAF5EA

Tints of Pale Turquoise #AAF5EA

Color information

#AAF5EA (or 0xAAF5EA) is unknown color: approx Pale Turquoise. HEX triplet: AA, F5 and EA. RGB value is (170,245,234). Sum of RGB (Red+Green+Blue) = 170+245+234=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF5EA is #550A15. Grayscale: #DDDDDD. Windows color (decimal): -5573142 or 15398314. OLE color: 15398314.

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

Color convert

RGB170245234-
CMYK0.3100.040.04
HSL171.2º78.95%81.37%-
HSV(B)171.2º30.61%96.08%-
XYZ64.0879.7989.87-
YUV221.32135.1591.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 245 (96.09% from 255) = 37.75%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=26.19%
G=37.75%
B=36.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702452340.3100.040.04171.278.9581.37
HexAAF5EA1F044ab4f51
Octal25236535237044253117121
Binary1010101011110101111010101111101001001010101110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF5EA; }

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

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

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

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

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

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

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

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