#AAF1E9

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

Shades of Pale Turquoise #AAF1E9

Tints of Pale Turquoise #AAF1E9

Color information

#AAF1E9 (or 0xAAF1E9) is unknown color: approx Pale Turquoise. HEX triplet: AA, F1 and E9. RGB value is (170,241,233). Sum of RGB (Red+Green+Blue) = 170+241+233=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1E9 is #550E16. Grayscale: #DADADA. Windows color (decimal): -5574167 or 15331754. OLE color: 15331754.

HSL color Cylindrical-coordinate representation of color #AAF1E9: hue angle of 173.24º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1E9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB170241233-
CMYK0.2900.030.05
HSL173.24º71.72%80.59%-
HSV(B)173.24º29.46%94.51%-
XYZ62.7477.3488.71-
YUV218.86135.9893.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.40%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=26.40%
G=37.42%
B=36.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702412330.2900.030.05173.2471.7280.59
HexAAF1E91D035ad4851
Octal25236135135035255110121
Binary101010101111000111101001111010111011010110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1E9; }

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

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

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

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

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

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

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

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