#AEECF9

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

Shades of Pale Turquoise #AEECF9

Tints of Pale Turquoise #AEECF9

Color information

#AEECF9 (or 0xAEECF9) is unknown color: approx Pale Turquoise. HEX triplet: AE, EC and F9. RGB value is (174,236,249). Sum of RGB (Red+Green+Blue) = 174+236+249=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECF9 is #511306. Grayscale: #DADADA. Windows color (decimal): -5313287 or 16379054. OLE color: 16379054.

HSL color Cylindrical-coordinate representation of color #AEECF9: hue angle of 190.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEECF9 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174236249-
CMYK0.300.0500.02
HSL190.4º86.21%82.94%-
HSV(B)190.4º30.12%97.65%-
XYZ64.5575.83100.86-
YUV218.94144.9695.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.40%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=26.40%
G=35.81%
B=37.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742362490.300.0500.02190.486.2182.94
HexAEECF91E502be5653
Octal25635437136502276126123
Binary101011101110110011111001111101010101011111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECF9; }

 p { color: rgb(174,236,249); }

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

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

 a { background-color: rgb(174,236,249); }

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

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

 span { border-color: rgb(174,236,249); }

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