#AEEFE6

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

Shades of Pale Turquoise #AEEFE6

Tints of Pale Turquoise #AEEFE6

Color information

#AEEFE6 (or 0xAEEFE6) is unknown color: approx Pale Turquoise. HEX triplet: AE, EF and E6. RGB value is (174,239,230). Sum of RGB (Red+Green+Blue) = 174+239+230=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFE6 is #511019. Grayscale: #DADADA. Windows color (decimal): -5312538 or 15134638. OLE color: 15134638.

HSL color Cylindrical-coordinate representation of color #AEEFE6: hue angle of 171.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFE6 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB174239230-
CMYK0.2700.040.06
HSL171.69º67.01%80.98%-
HSV(B)171.69º27.2%93.73%-
XYZ62.676.4486.32-
YUV218.54134.4796.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=27.06%
G=37.17%
B=35.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742392300.2700.040.06171.6967.0180.98
HexAEEFE61B046ac4351
Octal25635734633046254103121
Binary1010111011101111111001101101101001101010110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFE6; }

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

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

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

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

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

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

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

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