#AAEBE3

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

Shades of Pale Turquoise #AAEBE3

Tints of Pale Turquoise #AAEBE3

Color information

#AAEBE3 (or 0xAAEBE3) is unknown color: approx Pale Turquoise. HEX triplet: AA, EB and E3. RGB value is (170,235,227). Sum of RGB (Red+Green+Blue) = 170+235+227=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBE3 is #55141C. Grayscale: #D6D6D6. Windows color (decimal): -5575709 or 14937002. OLE color: 14937002.

HSL color Cylindrical-coordinate representation of color #AAEBE3: hue angle of 172.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBE3 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB170235227-
CMYK0.2800.030.08
HSL172.62º61.9%79.41%-
HSV(B)172.62º27.66%92.16%-
XYZ60.1573.5183.69-
YUV214.65134.9796.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 227 (89.06% from 255) = 35.92%
R=26.90%
G=37.18%
B=35.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352270.2800.030.08172.6261.979.41
HexAAEBE31C038ad3e4f
Octal25235334334031025576117
Binary101010101110101111100011111000111000101011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBE3; }

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

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

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

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

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

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

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

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