#AAEFEC

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

Shades of Pale Turquoise #AAEFEC

Tints of Pale Turquoise #AAEFEC

Color information

#AAEFEC (or 0xAAEFEC) is unknown color: approx Pale Turquoise. HEX triplet: AA, EF and EC. RGB value is (170,239,236). Sum of RGB (Red+Green+Blue) = 170+239+236=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFEC is #551013. Grayscale: #D9D9D9. Windows color (decimal): -5574676 or 15527850. OLE color: 15527850.

HSL color Cylindrical-coordinate representation of color #AAEFEC: hue angle of 177.39º degrees, saturation: 0.68, 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 #AAEFEC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB170239236-
CMYK0.2900.010.06
HSL177.39º68.32%80.2%-
HSV(B)177.39º28.87%93.73%-
XYZ62.5876.3490.79-
YUV218.03138.1493.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.36%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=26.36%
G=37.05%
B=36.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702392360.2900.010.06177.3968.3280.2
HexAAEFEC1D016b14450
Octal25235735435016261104120
Binary10101010111011111110110011101011101011000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFEC; }

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

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

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

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

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

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

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

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