#AAEFFA

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

Shades of Pale Turquoise #AAEFFA

Tints of Pale Turquoise #AAEFFA

Color information

#AAEFFA (or 0xAAEFFA) is unknown color: approx Pale Turquoise. HEX triplet: AA, EF and FA. RGB value is (170,239,250). Sum of RGB (Red+Green+Blue) = 170+239+250=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAEFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFFA is #551005. Grayscale: #DBDBDB. Windows color (decimal): -5574662 or 16445354. OLE color: 16445354.

HSL color Cylindrical-coordinate representation of color #AAEFFA: hue angle of 188.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEFFA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170239250-
CMYK0.320.0400.02
HSL188.25º88.89%82.35%-
HSV(B)188.25º32%98.04%-
XYZ64.777.18101.93-
YUV219.62145.1492.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.80%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=25.80%
G=36.27%
B=37.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702392500.320.0400.02188.2588.8982.35
HexAAEFFA20402bc5952
Octal25235737240402274131122
Binary1010101011101111111110101000001000101011110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFFA; }

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

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

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

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

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

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

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

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