#AAFFEC

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

Shades of Pale Turquoise #AAFFEC

Tints of Pale Turquoise #AAFFEC

Color information

#AAFFEC (or 0xAAFFEC) is unknown color: approx Pale Turquoise. HEX triplet: AA, FF and EC. RGB value is (170,255,236). Sum of RGB (Red+Green+Blue) = 170+255+236=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFEC is #550013. Grayscale: #E3E3E3. Windows color (decimal): -5570580 or 15531946. OLE color: 15531946.

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

Color convert

RGB170255236-
CMYK0.3300.070
HSL166.59º100%83.33%-
HSV(B)166.59º33.33%100%-
XYZ67.4886.1292.42-
YUV227.42132.8487.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.72%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=25.72%
G=38.58%
B=35.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552360.3300.070166.5910083.33
HexAAFFEC21070a76453
Octal25237735441070247144123
Binary101010101111111111101100100001011101010011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFEC; }

 p { color: rgb(170,255,236); }

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

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

 a { background-color: rgb(170,255,236); }

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

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

 span { border-color: rgb(170,255,236); }

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