#AEE8E6

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

Shades of Pale Turquoise #AEE8E6

Tints of Pale Turquoise #AEE8E6

Color information

#AEE8E6 (or 0xAEE8E6) is unknown color: approx Pale Turquoise. HEX triplet: AE, E8 and E6. RGB value is (174,232,230). Sum of RGB (Red+Green+Blue) = 174+232+230=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8E6 is #511719. Grayscale: #D6D6D6. Windows color (decimal): -5314330 or 15132846. OLE color: 15132846.

HSL color Cylindrical-coordinate representation of color #AEE8E6: hue angle of 177.93º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE8E6 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB174232230-
CMYK0.2500.010.09
HSL177.93º55.77%79.61%-
HSV(B)177.93º25%90.98%-
XYZ60.672.4385.65-
YUV214.43136.7899.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 230 (90.23% from 255) = 36.16%
R=27.36%
G=36.48%
B=36.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742322300.2500.010.09177.9355.7779.61
HexAEE8E619019b23850
Octal25635034631011126270120
Binary10101110111010001110011011001011001101100101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE8E6; }

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

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

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

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

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

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

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

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