#AAECF1

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

Shades of Pale Turquoise #AAECF1

Tints of Pale Turquoise #AAECF1

Color information

#AAECF1 (or 0xAAECF1) is unknown color: approx Pale Turquoise. HEX triplet: AA, EC and F1. RGB value is (170,236,241). Sum of RGB (Red+Green+Blue) = 170+236+241=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF1 is #55130E. Grayscale: #D8D8D8. Windows color (decimal): -5575439 or 15854762. OLE color: 15854762.

HSL color Cylindrical-coordinate representation of color #AAECF1: hue angle of 184.23º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAECF1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170236241-
CMYK0.290.0200.05
HSL184.23º71.72%80.59%-
HSV(B)184.23º29.46%94.51%-
XYZ62.4574.8994.38-
YUV216.84141.6394.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=26.28%
G=36.48%
B=37.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702362410.290.0200.05184.2371.7280.59
HexAAECF11D205b84851
Octal25235436135205270110121
Binary101010101110110011110001111011001011011100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECF1; }

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

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

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

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

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

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

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

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