#A9F1ED

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

Shades of Pale Turquoise #A9F1ED

Tints of Pale Turquoise #A9F1ED

Color information

#A9F1ED (or 0xA9F1ED) is unknown color: approx Pale Turquoise. HEX triplet: A9, F1 and ED. RGB value is (169,241,237). Sum of RGB (Red+Green+Blue) = 169+241+237=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1ED is #560E12. Grayscale: #DADADA. Windows color (decimal): -5639699 or 15593897. OLE color: 15593897.

HSL color Cylindrical-coordinate representation of color #A9F1ED: hue angle of 176.67º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F1ED is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB169241237-
CMYK0.3000.020.05
HSL176.67º72%80.39%-
HSV(B)176.67º29.88%94.51%-
XYZ63.177.4691.75-
YUV219.02138.1592.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.12%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=26.12%
G=37.25%
B=36.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692412370.3000.020.05176.677280.39
HexA9F1ED1E025b14850
Octal25136135536025261110120
Binary101010011111000111101101111100101011011000110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F1ED; }

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

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

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

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

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

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

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

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