#A9F7FE

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

Shades of Pale Turquoise #A9F7FE

Tints of Pale Turquoise #A9F7FE

Color information

#A9F7FE (or 0xA9F7FE) is unknown color: approx Pale Turquoise. HEX triplet: A9, F7 and FE. RGB value is (169,247,254). Sum of RGB (Red+Green+Blue) = 169+247+254=670 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.22% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F7FE is #560801. Grayscale: #E0E0E0. Windows color (decimal): -5638146 or 16709545. OLE color: 16709545.

HSL color Cylindrical-coordinate representation of color #A9F7FE: hue angle of 184.94º 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 #A9F7FE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169247254-
CMYK0.330.0300.00
HSL184.94º97.7%82.94%-
HSV(B)184.94º33.46%99.61%-
XYZ67.5182.11106.06-
YUV224.48144.6688.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.22%
GREEN value IS 247 (96.88% from 255) = 36.87%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=25.22%
G=36.87%
B=37.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692472540.330.0300.00184.9497.782.94
HexA9F7FE21300b96253
Octal25136737641300271142123
Binary10101001111101111111111010000111001011100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F7FE; }

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

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

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

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

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

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

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

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