#AAECF0

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

Shades of Pale Turquoise #AAECF0

Tints of Pale Turquoise #AAECF0

Color information

#AAECF0 (or 0xAAECF0) is unknown color: approx Pale Turquoise. HEX triplet: AA, EC and F0. RGB value is (170,236,240). Sum of RGB (Red+Green+Blue) = 170+236+240=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF0 is #55130F. Grayscale: #D8D8D8. Windows color (decimal): -5575440 or 15789226. OLE color: 15789226.

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

Color convert

RGB170236240-
CMYK0.290.0200.06
HSL183.43º70%80.39%-
HSV(B)183.43º29.17%94.12%-
XYZ62.374.8393.6-
YUV216.72141.1394.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.32%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=26.32%
G=36.53%
B=37.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702362400.290.0200.06183.437080.39
HexAAECF01D206b74650
Octal25235436035206267106120
Binary101010101110110011110000111011001101011011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECF0; }

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

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

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

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

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

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

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

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