#AAEFF2

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

Shades of Pale Turquoise #AAEFF2

Tints of Pale Turquoise #AAEFF2

Color information

#AAEFF2 (or 0xAAEFF2) is unknown color: approx Pale Turquoise. HEX triplet: AA, EF and F2. RGB value is (170,239,242). Sum of RGB (Red+Green+Blue) = 170+239+242=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF2 is #55100D. Grayscale: #DADADA. Windows color (decimal): -5574670 or 15921066. OLE color: 15921066.

HSL color Cylindrical-coordinate representation of color #AAEFF2: hue angle of 182.5º degrees, saturation: 0.73, 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 #AAEFF2 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170239242-
CMYK0.300.0100.05
HSL182.5º73.47%80.78%-
HSV(B)182.5º29.75%94.9%-
XYZ63.4776.6995.46-
YUV218.71141.1493.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.11%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=26.11%
G=36.71%
B=37.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702392420.300.0100.05182.573.4780.78
HexAAEFF21E105b64951
Octal25235736236105266111121
Binary10101010111011111111001011110101011011011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFF2; }

 p { color: rgb(170,239,242); }

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

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

 a { background-color: rgb(170,239,242); }

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

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

 span { border-color: rgb(170,239,242); }

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