#AEEEE6

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

Shades of Pale Turquoise #AEEEE6

Tints of Pale Turquoise #AEEEE6

Color information

#AEEEE6 (or 0xAEEEE6) is unknown color: approx Pale Turquoise. HEX triplet: AE, EE and E6. RGB value is (174,238,230). Sum of RGB (Red+Green+Blue) = 174+238+230=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEE6 is #511119. Grayscale: #D9D9D9. Windows color (decimal): -5312794 or 15134382. OLE color: 15134382.

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

Color convert

RGB174238230-
CMYK0.2700.030.07
HSL172.5º65.31%80.78%-
HSV(B)172.5º26.89%93.33%-
XYZ62.3175.8686.22-
YUV217.95134.896.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=27.10%
G=37.07%
B=35.83%

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
Decimal1742382300.2700.030.07172.565.3180.78
HexAEEEE61B037ac4151
Octal25635634633037254101121
Binary101011101110111011100110110110111111010110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEE6; }

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

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

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

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

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

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

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

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