#AEEBEC

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

Shades of Pale Turquoise #AEEBEC

Tints of Pale Turquoise #AEEBEC

Color information

#AEEBEC (or 0xAEEBEC) is unknown color: approx Pale Turquoise. HEX triplet: AE, EB and EC. RGB value is (174,235,236). Sum of RGB (Red+Green+Blue) = 174+235+236=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBEC is #511413. Grayscale: #D8D8D8. Windows color (decimal): -5313556 or 15526830. OLE color: 15526830.

HSL color Cylindrical-coordinate representation of color #AEEBEC: hue angle of 180.97º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBEC is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174235236-
CMYK0.260.0000.07
HSL180.97º62%80.39%-
HSV(B)180.97º26.27%92.55%-
XYZ62.374.4790.45-
YUV216.88138.7997.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=26.98%
G=36.43%
B=36.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742352360.260.0000.07180.976280.39
HexAEEBEC1A007b53e50
Octal2563533543200726576120
Binary1010111011101011111011001101000111101101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBEC; }

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

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

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

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

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

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

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

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