#AAEEF4

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

Shades of Pale Turquoise #AAEEF4

Tints of Pale Turquoise #AAEEF4

Color information

#AAEEF4 (or 0xAAEEF4) is unknown color: approx Pale Turquoise. HEX triplet: AA, EE and F4. RGB value is (170,238,244). Sum of RGB (Red+Green+Blue) = 170+238+244=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAEEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEF4 is #55110B. Grayscale: #DADADA. Windows color (decimal): -5574924 or 16051882. OLE color: 16051882.

HSL color Cylindrical-coordinate representation of color #AAEEF4: hue angle of 184.86º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEEF4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170238244-
CMYK0.300.0200.04
HSL184.86º77.08%81.18%-
HSV(B)184.86º30.33%95.69%-
XYZ63.4876.2396.96-
YUV218.35142.4793.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=26.07%
G=36.50%
B=37.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702382440.300.0200.04184.8677.0881.18
HexAAEEF41E204b94d51
Octal25235636436204271115121
Binary101010101110111011110100111101001001011100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEF4; }

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

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

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

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

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

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

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

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