#AAF0E9

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

Shades of Pale Turquoise #AAF0E9

Tints of Pale Turquoise #AAF0E9

Color information

#AAF0E9 (or 0xAAF0E9) is unknown color: approx Pale Turquoise. HEX triplet: AA, F0 and E9. RGB value is (170,240,233). Sum of RGB (Red+Green+Blue) = 170+240+233=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0E9 is #550F16. Grayscale: #DADADA. Windows color (decimal): -5574423 or 15331498. OLE color: 15331498.

HSL color Cylindrical-coordinate representation of color #AAF0E9: hue angle of 174º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0E9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB170240233-
CMYK0.2900.030.06
HSL174º70%80.39%-
HSV(B)174º29.17%94.12%-
XYZ62.4576.7588.61-
YUV218.27136.3193.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.44%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=26.44%
G=37.33%
B=36.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702402330.2900.030.061747080.39
HexAAF0E91D036ae4650
Octal25236035135036256106120
Binary101010101111000011101001111010111101010111010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF0E9; }

 p { color: rgb(170,240,233); }

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

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

 a { background-color: rgb(170,240,233); }

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

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

 span { border-color: rgb(170,240,233); }

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