#A9FFED

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

Shades of Pale Turquoise #A9FFED

Tints of Pale Turquoise #A9FFED

Color information

#A9FFED (or 0xA9FFED) is unknown color: approx Pale Turquoise. HEX triplet: A9, FF and ED. RGB value is (169,255,237). Sum of RGB (Red+Green+Blue) = 169+255+237=661 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.57% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFED is #560012. Grayscale: #E3E3E3. Windows color (decimal): -5636115 or 15597481. OLE color: 15597481.

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

Color convert

RGB169255237-
CMYK0.3400.070
HSL167.44º100%83.14%-
HSV(B)167.44º33.73%100%-
XYZ67.4186.0793.18-
YUV227.23133.5186.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.57%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=25.57%
G=38.58%
B=35.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552370.3400.070167.4410083.14
HexA9FFED22070a76453
Octal25137735542070247144123
Binary101010011111111111101101100010011101010011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFED; }

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

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

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

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

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

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

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

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