#AAEBE4

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

Shades of Pale Turquoise #AAEBE4

Tints of Pale Turquoise #AAEBE4

Color information

#AAEBE4 (or 0xAAEBE4) is unknown color: approx Pale Turquoise. HEX triplet: AA, EB and E4. RGB value is (170,235,228). Sum of RGB (Red+Green+Blue) = 170+235+228=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBE4 is #55141B. Grayscale: #D6D6D6. Windows color (decimal): -5575708 or 15002538. OLE color: 15002538.

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

Color convert

RGB170235228-
CMYK0.2800.030.08
HSL173.54º61.9%79.41%-
HSV(B)173.54º27.66%92.16%-
XYZ60.2973.5684.42-
YUV214.77135.4796.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.86%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=26.86%
G=37.12%
B=36.02%

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
Decimal1702352280.2800.030.08173.5461.979.41
HexAAEBE41C038ae3e4f
Octal25235334434031025676117
Binary101010101110101111100100111000111000101011101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBE4; }

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

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

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

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

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

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

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

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