#AAECF3

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

Shades of Pale Turquoise #AAECF3

Tints of Pale Turquoise #AAECF3

Color information

#AAECF3 (or 0xAAECF3) is unknown color: approx Pale Turquoise. HEX triplet: AA, EC and F3. RGB value is (170,236,243). Sum of RGB (Red+Green+Blue) = 170+236+243=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF3 is #55130C. Grayscale: #D8D8D8. Windows color (decimal): -5575437 or 15985834. OLE color: 15985834.

HSL color Cylindrical-coordinate representation of color #AAECF3: hue angle of 185.75º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAECF3 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170236243-
CMYK0.300.0300.05
HSL185.75º75.26%80.98%-
HSV(B)185.75º30.04%95.29%-
XYZ62.7575.0195.96-
YUV217.06142.6394.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=26.19%
G=36.36%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702362430.300.0300.05185.7575.2680.98
HexAAECF31E305ba4b51
Octal25235436336305272113121
Binary101010101110110011110011111101101011011101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECF3; }

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

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

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

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

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

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

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

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