#AEEEEA

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

Shades of Pale Turquoise #AEEEEA

Tints of Pale Turquoise #AEEEEA

Color information

#AEEEEA (or 0xAEEEEA) is unknown color: approx Pale Turquoise. HEX triplet: AE, EE and EA. RGB value is (174,238,234). Sum of RGB (Red+Green+Blue) = 174+238+234=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEEA is #511115. Grayscale: #DADADA. Windows color (decimal): -5312790 or 15396526. OLE color: 15396526.

HSL color Cylindrical-coordinate representation of color #AEEEEA: hue angle of 176.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEEA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB174238234-
CMYK0.2700.020.07
HSL176.25º65.31%80.78%-
HSV(B)176.25º26.89%93.33%-
XYZ62.8876.0989.21-
YUV218.41136.896.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 238 (93.36% from 255) = 36.84%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=26.93%
G=36.84%
B=36.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382340.2700.020.07176.2565.3180.78
HexAEEEEA1B027b04151
Octal25635635233027260101121
Binary101011101110111011101010110110101111011000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEEA; }

 p { color: rgb(174,238,234); }

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

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

 a { background-color: rgb(174,238,234); }

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

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

 span { border-color: rgb(174,238,234); }

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