#A9F0EC

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

Shades of Pale Turquoise #A9F0EC

Tints of Pale Turquoise #A9F0EC

Color information

#A9F0EC (or 0xA9F0EC) is unknown color: approx Pale Turquoise. HEX triplet: A9, F0 and EC. RGB value is (169,240,236). Sum of RGB (Red+Green+Blue) = 169+240+236=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F0EC is #560F13. Grayscale: #DADADA. Windows color (decimal): -5639956 or 15528105. OLE color: 15528105.

HSL color Cylindrical-coordinate representation of color #A9F0EC: hue angle of 176.62º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0EC is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB169240236-
CMYK0.3000.020.06
HSL176.62º70.3%80.2%-
HSV(B)176.62º29.58%94.12%-
XYZ62.6676.8190.88-
YUV218.32137.9892.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.20%
GREEN value IS 240 (94.14% from 255) = 37.21%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=26.20%
G=37.21%
B=36.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692402360.3000.020.06176.6270.380.2
HexA9F0EC1E026b14650
Octal25136035436026261106120
Binary101010011111000011101100111100101101011000110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0EC; }

 p { color: rgb(169,240,236); }

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

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

 a { background-color: rgb(169,240,236); }

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

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

 span { border-color: rgb(169,240,236); }

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