#A9F0FD

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

Shades of Pale Turquoise #A9F0FD

Tints of Pale Turquoise #A9F0FD

Color information

#A9F0FD (or 0xA9F0FD) is unknown color: approx Pale Turquoise. HEX triplet: A9, F0 and FD. RGB value is (169,240,253). Sum of RGB (Red+Green+Blue) = 169+240+253=662 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.53% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F0FD is #560F02. Grayscale: #DCDCDC. Windows color (decimal): -5639939 or 16642217. OLE color: 16642217.

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

Color convert

RGB169240253-
CMYK0.330.0500.01
HSL189.29º95.45%82.75%-
HSV(B)189.29º33.2%99.22%-
XYZ65.2577.85104.52-
YUV220.25146.4891.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.53%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=25.53%
G=36.25%
B=38.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692402530.330.0500.01189.2995.4582.75
HexA9F0FD21501bd5f53
Octal25136037541501275137123
Binary101010011111000011111101100001101011011110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0FD; }

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

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

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

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

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

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

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

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