#AEE9EE

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

Shades of Pale Turquoise #AEE9EE

Tints of Pale Turquoise #AEE9EE

Color information

#AEE9EE (or 0xAEE9EE) is unknown color: approx Pale Turquoise. HEX triplet: AE, E9 and EE. RGB value is (174,233,238). Sum of RGB (Red+Green+Blue) = 174+233+238=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE9EE is #511611. Grayscale: #D7D7D7. Windows color (decimal): -5314066 or 15657390. OLE color: 15657390.

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

Color convert

RGB174233238-
CMYK0.270.0200.07
HSL184.69º65.31%80.78%-
HSV(B)184.69º26.89%93.33%-
XYZ62.0373.4591.8-
YUV215.93140.4598.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 233 (91.41% from 255) = 36.12%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=26.98%
G=36.12%
B=36.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742332380.270.0200.07184.6965.3180.78
HexAEE9EE1B207b94151
Octal25635135633207271101121
Binary101011101110100111101110110111001111011100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE9EE; }

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

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

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

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

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

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

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

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