#AEECF0

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

Shades of Pale Turquoise #AEECF0

Tints of Pale Turquoise #AEECF0

Color information

#AEECF0 (or 0xAEECF0) is unknown color: approx Pale Turquoise. HEX triplet: AE, EC and F0. RGB value is (174,236,240). Sum of RGB (Red+Green+Blue) = 174+236+240=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECF0 is #51130F. Grayscale: #D9D9D9. Windows color (decimal): -5313296 or 15789230. OLE color: 15789230.

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

Color convert

RGB174236240-
CMYK0.280.0200.06
HSL183.64º68.75%81.18%-
HSV(B)183.64º27.5%94.12%-
XYZ63.1875.2893.64-
YUV217.92140.4696.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.77%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=26.77%
G=36.31%
B=36.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742362400.280.0200.06183.6468.7581.18
HexAEECF01C206b84551
Octal25635436034206270105121
Binary101011101110110011110000111001001101011100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECF0; }

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

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

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

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

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

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

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

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