#A9FFFF

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

Shades of Pale Turquoise #A9FFFF

Tints of Pale Turquoise #A9FFFF

Color information

#A9FFFF (or 0xA9FFFF) is unknown color: approx Pale Turquoise. HEX triplet: A9, FF and FF. RGB value is (169,255,255). Sum of RGB (Red+Green+Blue) = 169+255+255=679 (89% of max value = 765). Red value is 169 (66.41% from 255 or 24.89% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #A9FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFFF is #560000. Grayscale: #E5E5E5. Windows color (decimal): -5636097 or 16777129. OLE color: 16777129.

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

Color convert

RGB169255255-
CMYK0.34000
HSL180º100%83.14%-
HSV(B)180º33.73%100%-
XYZ70.1787.18107.74-
YUV229.29142.5185-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 24.89%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 255 (100% from 255) = 37.56%
R=24.89%
G=37.56%
B=37.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552550.3400018010083.14
HexA9FFFF22000b46453
Octal25137737742000264144123
Binary1010100111111111111111111000100001011010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFFF; }

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

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

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

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

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

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

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

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