#AAEEF3

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

Shades of Pale Turquoise #AAEEF3

Tints of Pale Turquoise #AAEEF3

Color information

#AAEEF3 (or 0xAAEEF3) is unknown color: approx Pale Turquoise. HEX triplet: AA, EE and F3. RGB value is (170,238,243). Sum of RGB (Red+Green+Blue) = 170+238+243=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEF3 is #55110C. Grayscale: #DADADA. Windows color (decimal): -5574925 or 15986346. OLE color: 15986346.

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

Color convert

RGB170238243-
CMYK0.300.0200.05
HSL184.11º75.26%80.98%-
HSV(B)184.11º30.04%95.29%-
XYZ63.3376.1796.16-
YUV218.24141.9793.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.11%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=26.11%
G=36.56%
B=37.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702382430.300.0200.05184.1175.2680.98
HexAAEEF31E205b84b51
Octal25235636336205270113121
Binary101010101110111011110011111101001011011100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEF3; }

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

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

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

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

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

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

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

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