#AAEBEC

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

Shades of Pale Turquoise #AAEBEC

Tints of Pale Turquoise #AAEBEC

Color information

#AAEBEC (or 0xAAEBEC) is unknown color: approx Pale Turquoise. HEX triplet: AA, EB and EC. RGB value is (170,235,236). Sum of RGB (Red+Green+Blue) = 170+235+236=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBEC is #551413. Grayscale: #D7D7D7. Windows color (decimal): -5575700 or 15526826. OLE color: 15526826.

HSL color Cylindrical-coordinate representation of color #AAEBEC: hue angle of 180.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBEC is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170235236-
CMYK0.280.0000.07
HSL180.91º63.46%79.61%-
HSV(B)180.91º27.97%92.55%-
XYZ61.4374.0290.41-
YUV215.68139.4795.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.52%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=26.52%
G=36.66%
B=36.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702352360.280.0000.07180.9163.4679.61
HexAAEBEC1C007b53f50
Octal2523533543400726577120
Binary1010101011101011111011001110000111101101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBEC; }

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

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

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

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

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

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

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

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