#A9FEFC

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

Shades of Pale Turquoise #A9FEFC

Tints of Pale Turquoise #A9FEFC

Color information

#A9FEFC (or 0xA9FEFC) is unknown color: approx Pale Turquoise. HEX triplet: A9, FE and FC. RGB value is (169,254,252). Sum of RGB (Red+Green+Blue) = 169+254+252=675 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.04% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FEFC is #560103. Grayscale: #E4E4E4. Windows color (decimal): -5636356 or 16580265. OLE color: 16580265.

HSL color Cylindrical-coordinate representation of color #A9FEFC: hue angle of 178.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FEFC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB169254252-
CMYK0.3300.010.00
HSL178.59º97.7%82.94%-
HSV(B)178.59º33.46%99.61%-
XYZ69.3786.35105.11-
YUV228.36141.3485.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.04%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=25.04%
G=37.63%
B=37.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692542520.3300.010.00178.5997.782.94
HexA9FEFC21010b36253
Octal25137637441010263142123
Binary1010100111111110111111001000010101011001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FEFC; }

 p { color: rgb(169,254,252); }

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

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

 a { background-color: rgb(169,254,252); }

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

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

 span { border-color: rgb(169,254,252); }

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