#A9F8FF

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

Shades of Pale Turquoise #A9F8FF

Tints of Pale Turquoise #A9F8FF

Color information

#A9F8FF (or 0xA9F8FF) is unknown color: approx Pale Turquoise. HEX triplet: A9, F8 and FF. RGB value is (169,248,255). Sum of RGB (Red+Green+Blue) = 169+248+255=672 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.15% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F8FF is #560700. Grayscale: #E1E1E1. Windows color (decimal): -5637889 or 16775337. OLE color: 16775337.

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

Color convert

RGB169248255-
CMYK0.340.0300
HSL184.88º100%83.14%-
HSV(B)184.88º33.73%100%-
XYZ67.9882.79107-
YUV225.18144.8387.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.15%
GREEN value IS 248 (97.27% from 255) = 36.90%
BLUE value IS 255 (100% from 255) = 37.95%
R=25.15%
G=36.90%
B=37.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692482550.340.0300184.8810083.14
HexA9F8FF22300b96453
Octal25137037742300271144123
Binary10101001111110001111111110001011001011100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F8FF; }

 p { color: rgb(169,248,255); }

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

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

 a { background-color: rgb(169,248,255); }

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

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

 span { border-color: rgb(169,248,255); }

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