#A9FFF1

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

Shades of Pale Turquoise #A9FFF1

Tints of Pale Turquoise #A9FFF1

Color information

#A9FFF1 (or 0xA9FFF1) is unknown color: approx Pale Turquoise. HEX triplet: A9, FF and F1. RGB value is (169,255,241). Sum of RGB (Red+Green+Blue) = 169+255+241=665 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.41% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFF1 is #56000E. Grayscale: #E3E3E3. Windows color (decimal): -5636111 or 15859625. OLE color: 15859625.

HSL color Cylindrical-coordinate representation of color #A9FFF1: hue angle of 170.23º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFF1 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB169255241-
CMYK0.3400.050
HSL170.23º100%83.14%-
HSV(B)170.23º33.73%100%-
XYZ6886.3196.29-
YUV227.69135.5186.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.41%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=25.41%
G=38.35%
B=36.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552410.3400.050170.2310083.14
HexA9FFF122050aa6453
Octal25137736142050252144123
Binary101010011111111111110001100010010101010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFF1; }

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

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

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

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

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

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

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

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