#A9F7FD

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

Shades of Pale Turquoise #A9F7FD

Tints of Pale Turquoise #A9F7FD

Color information

#A9F7FD (or 0xA9F7FD) is unknown color: approx Pale Turquoise. HEX triplet: A9, F7 and FD. RGB value is (169,247,253). Sum of RGB (Red+Green+Blue) = 169+247+253=669 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.26% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9F7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F7FD is #560802. Grayscale: #E0E0E0. Windows color (decimal): -5638147 or 16644009. OLE color: 16644009.

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

Color convert

RGB169247253-
CMYK0.330.0200.01
HSL184.29º95.45%82.75%-
HSV(B)184.29º33.2%99.22%-
XYZ67.3582.05105.22-
YUV224.36144.1688.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.26%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=25.26%
G=36.92%
B=37.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692472530.330.0200.01184.2995.4582.75
HexA9F7FD21201b85f53
Octal25136737541201270137123
Binary10101001111101111111110110000110011011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F7FD; }

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

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

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

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

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

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

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

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