#AAFEF5

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

Shades of Pale Turquoise #AAFEF5

Tints of Pale Turquoise #AAFEF5

Color information

#AAFEF5 (or 0xAAFEF5) is unknown color: approx Pale Turquoise. HEX triplet: AA, FE and F5. RGB value is (170,254,245). Sum of RGB (Red+Green+Blue) = 170+254+245=669 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.41% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEF5 is #55010A. Grayscale: #E3E3E3. Windows color (decimal): -5570827 or 16121514. OLE color: 16121514.

HSL color Cylindrical-coordinate representation of color #AAFEF5: hue angle of 173.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEF5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB170254245-
CMYK0.3300.040.00
HSL173.57º97.67%83.14%-
HSV(B)173.57º33.07%99.61%-
XYZ68.586.0299.38-
YUV227.86137.6786.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.41%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=25.41%
G=37.97%
B=36.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542450.3300.040.00173.5797.6783.14
HexAAFEF521040ae6253
Octal25237636541040256142123
Binary101010101111111011110101100001010001010111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEF5; }

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

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

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

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

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

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

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

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