#AEEAEE

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

Shades of Pale Turquoise #AEEAEE

Tints of Pale Turquoise #AEEAEE

Color information

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

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

Color convert

RGB174234238-
CMYK0.270.0200.07
HSL183.75º65.31%80.78%-
HSV(B)183.75º26.89%93.33%-
XYZ62.3174.0291.89-
YUV216.52140.1297.67-

RGB Variations

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

RGB

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

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
Decimal1742342380.270.0200.07183.7565.3180.78
HexAEEAEE1B207b84151
Octal25635235633207270101121
Binary101011101110101011101110110111001111011100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAEE; }

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

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

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

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

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

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

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

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