#AAEFF8

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

Shades of Pale Turquoise #AAEFF8

Tints of Pale Turquoise #AAEFF8

Color information

#AAEFF8 (or 0xAAEFF8) is unknown color: approx Pale Turquoise. HEX triplet: AA, EF and F8. RGB value is (170,239,248). Sum of RGB (Red+Green+Blue) = 170+239+248=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAEFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF8 is #551007. Grayscale: #DBDBDB. Windows color (decimal): -5574664 or 16314282. OLE color: 16314282.

HSL color Cylindrical-coordinate representation of color #AAEFF8: hue angle of 186.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEFF8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170239248-
CMYK0.310.0400.03
HSL186.92º84.78%81.96%-
HSV(B)186.92º31.45%97.25%-
XYZ64.3977.06100.29-
YUV219.4144.1492.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.88%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=25.88%
G=36.38%
B=37.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702392480.310.0400.03186.9284.7881.96
HexAAEFF81F403bb5552
Octal25235737037403273125122
Binary101010101110111111111000111111000111011101110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFF8; }

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

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

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

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

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

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

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

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