#A9FFFD

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

Shades of Pale Turquoise #A9FFFD

Tints of Pale Turquoise #A9FFFD

Color information

#A9FFFD (or 0xA9FFFD) is unknown color: approx Pale Turquoise. HEX triplet: A9, FF and FD. RGB value is (169,255,253). Sum of RGB (Red+Green+Blue) = 169+255+253=677 (89% of max value = 765). Red value is 169 (66.41% from 255 or 24.96% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFFD is #560002. Grayscale: #E4E4E4. Windows color (decimal): -5636099 or 16646057. OLE color: 16646057.

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

Color convert

RGB169255253-
CMYK0.3400.010
HSL178.6º100%83.14%-
HSV(B)178.6º33.73%100%-
XYZ69.8587.05106.05-
YUV229.06141.5185.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=24.96%
G=37.67%
B=37.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552530.3400.010178.610083.14
HexA9FFFD22010b36453
Octal25137737542010263144123
Binary1010100111111111111111011000100101011001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFFD; }

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

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

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

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

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

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

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

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