#AAEBE6

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

Shades of Pale Turquoise #AAEBE6

Tints of Pale Turquoise #AAEBE6

Color information

#AAEBE6 (or 0xAAEBE6) is unknown color: approx Pale Turquoise. HEX triplet: AA, EB and E6. RGB value is (170,235,230). Sum of RGB (Red+Green+Blue) = 170+235+230=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBE6 is #551419. Grayscale: #D6D6D6. Windows color (decimal): -5575706 or 15133610. OLE color: 15133610.

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

Color convert

RGB170235230-
CMYK0.2800.020.08
HSL175.38º61.9%79.41%-
HSV(B)175.38º27.66%92.16%-
XYZ60.5773.6885.89-
YUV214.99136.4795.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=26.77%
G=37.01%
B=36.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352300.2800.020.08175.3861.979.41
HexAAEBE61C028af3e4f
Octal25235334634021025776117
Binary101010101110101111100110111000101000101011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBE6; }

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

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

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

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

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

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

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

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