#AEEEE8

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

Shades of Pale Turquoise #AEEEE8

Tints of Pale Turquoise #AEEEE8

Color information

#AEEEE8 (or 0xAEEEE8) is unknown color: approx Pale Turquoise. HEX triplet: AE, EE and E8. RGB value is (174,238,232). Sum of RGB (Red+Green+Blue) = 174+238+232=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEE8 is #511117. Grayscale: #DADADA. Windows color (decimal): -5312792 or 15265454. OLE color: 15265454.

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

Color convert

RGB174238232-
CMYK0.2700.030.07
HSL174.38º65.31%80.78%-
HSV(B)174.38º26.89%93.33%-
XYZ62.675.9787.71-
YUV218.18135.896.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=27.02%
G=36.96%
B=36.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382320.2700.030.07174.3865.3180.78
HexAEEEE81B037ae4151
Octal25635635033037256101121
Binary101011101110111011101000110110111111010111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEE8; }

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

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

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

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

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

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

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

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