#AAECE7

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

Shades of Pale Turquoise #AAECE7

Tints of Pale Turquoise #AAECE7

Color information

#AAECE7 (or 0xAAECE7) is unknown color: approx Pale Turquoise. HEX triplet: AA, EC and E7. RGB value is (170,236,231). Sum of RGB (Red+Green+Blue) = 170+236+231=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECE7 is #551318. Grayscale: #D7D7D7. Windows color (decimal): -5575449 or 15199402. OLE color: 15199402.

HSL color Cylindrical-coordinate representation of color #AAECE7: hue angle of 175.45º 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 #AAECE7 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB170236231-
CMYK0.2800.020.07
HSL175.45º63.46%79.61%-
HSV(B)175.45º27.97%92.55%-
XYZ6174.3186.73-
YUV215.7136.6395.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=26.69%
G=37.05%
B=36.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362310.2800.020.07175.4563.4679.61
HexAAECE71C027af3f50
Octal2523543473402725777120
Binary10101010111011001110011111100010111101011111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECE7; }

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

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

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

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

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

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

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

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