#AEEBE9

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

Shades of Pale Turquoise #AEEBE9

Tints of Pale Turquoise #AEEBE9

Color information

#AEEBE9 (or 0xAEEBE9) is unknown color: approx Pale Turquoise. HEX triplet: AE, EB and E9. RGB value is (174,235,233). Sum of RGB (Red+Green+Blue) = 174+235+233=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBE9 is #511416. Grayscale: #D8D8D8. Windows color (decimal): -5313559 or 15330222. OLE color: 15330222.

HSL color Cylindrical-coordinate representation of color #AEEBE9: hue angle of 178.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBE9 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB174235233-
CMYK0.2600.010.08
HSL178.03º60.4%80.2%-
HSV(B)178.03º25.96%92.16%-
XYZ61.8774.388.17-
YUV216.53137.2997.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=27.10%
G=36.60%
B=36.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742352330.2600.010.08178.0360.480.2
HexAEEBE91A018b23c50
Octal25635335132011026274120
Binary10101110111010111110100111010011000101100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBE9; }

 p { color: rgb(174,235,233); }

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

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

 a { background-color: rgb(174,235,233); }

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

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

 span { border-color: rgb(174,235,233); }

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