#A9F1FD

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

Shades of Pale Turquoise #A9F1FD

Tints of Pale Turquoise #A9F1FD

Color information

#A9F1FD (or 0xA9F1FD) is unknown color: approx Pale Turquoise. HEX triplet: A9, F1 and FD. RGB value is (169,241,253). Sum of RGB (Red+Green+Blue) = 169+241+253=663 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.49% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9F1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1FD is #560E02. Grayscale: #DCDCDC. Windows color (decimal): -5639683 or 16642473. OLE color: 16642473.

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

Color convert

RGB169241253-
CMYK0.330.0500.01
HSL188.57º95.45%82.75%-
HSV(B)188.57º33.2%99.22%-
XYZ65.5578.44104.61-
YUV220.84146.1591.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.49%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=25.49%
G=36.35%
B=38.16%

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
Decimal1692412530.330.0500.01188.5795.4582.75
HexA9F1FD21501bd5f53
Octal25136137541501275137123
Binary101010011111000111111101100001101011011110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F1FD; }

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

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

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

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

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

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

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

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