#AEECF4

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

Shades of Pale Turquoise #AEECF4

Tints of Pale Turquoise #AEECF4

Color information

#AEECF4 (or 0xAEECF4) is unknown color: approx Pale Turquoise. HEX triplet: AE, EC and F4. RGB value is (174,236,244). Sum of RGB (Red+Green+Blue) = 174+236+244=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEECF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECF4 is #51130B. Grayscale: #DADADA. Windows color (decimal): -5313292 or 16051374. OLE color: 16051374.

HSL color Cylindrical-coordinate representation of color #AEECF4: hue angle of 186.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEECF4 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174236244-
CMYK0.290.0300.04
HSL186.86º76.09%81.96%-
HSV(B)186.86º28.69%95.69%-
XYZ63.7875.5296.8-
YUV218.37142.4696.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.61%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=26.61%
G=36.09%
B=37.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742362440.290.0300.04186.8676.0981.96
HexAEECF41D304bb4c52
Octal25635436435304273114122
Binary101011101110110011110100111011101001011101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECF4; }

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

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

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

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

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

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

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

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