#A9FCF6

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

Shades of Pale Turquoise #A9FCF6

Tints of Pale Turquoise #A9FCF6

Color information

#A9FCF6 (or 0xA9FCF6) is unknown color: approx Pale Turquoise. HEX triplet: A9, FC and F6. RGB value is (169,252,246). Sum of RGB (Red+Green+Blue) = 169+252+246=667 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.34% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FCF6 is #560309. Grayscale: #E2E2E2. Windows color (decimal): -5636874 or 16186537. OLE color: 16186537.

HSL color Cylindrical-coordinate representation of color #A9FCF6: hue angle of 175.66º degrees, saturation: 0.93, 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 #A9FCF6 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB169252246-
CMYK0.3300.020.01
HSL175.66º93.26%82.55%-
HSV(B)175.66º32.94%98.82%-
XYZ67.8184.7199.97-
YUV226.513986.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.34%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 246 (96.48% from 255) = 36.88%
R=25.34%
G=37.78%
B=36.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692522460.3300.020.01175.6693.2682.55
HexA9FCF621021b05d53
Octal25137436641021260135123
Binary10101001111111001111011010000101011011000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FCF6; }

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

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

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

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

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

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

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

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