#A9F6FD

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

Shades of Pale Turquoise #A9F6FD

Tints of Pale Turquoise #A9F6FD

Color information

#A9F6FD (or 0xA9F6FD) is unknown color: approx Pale Turquoise. HEX triplet: A9, F6 and FD. RGB value is (169,246,253). Sum of RGB (Red+Green+Blue) = 169+246+253=668 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.30% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9F6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F6FD is #560902. Grayscale: #DFDFDF. Windows color (decimal): -5638403 or 16643753. OLE color: 16643753.

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

Color convert

RGB169246253-
CMYK0.330.0300.01
HSL185º95.45%82.75%-
HSV(B)185º33.2%99.22%-
XYZ67.0581.44105.11-
YUV223.78144.4988.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.30%
GREEN value IS 246 (96.48% from 255) = 36.83%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=25.30%
G=36.83%
B=37.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692462530.330.0300.0118595.4582.75
HexA9F6FD21301b95f53
Octal25136637541301271137123
Binary10101001111101101111110110000111011011100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F6FD; }

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

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

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

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

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

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

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

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