#A9F1EA

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

Shades of Pale Turquoise #A9F1EA

Tints of Pale Turquoise #A9F1EA

Color information

#A9F1EA (or 0xA9F1EA) is unknown color: approx Pale Turquoise. HEX triplet: A9, F1 and EA. RGB value is (169,241,234). Sum of RGB (Red+Green+Blue) = 169+241+234=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1EA is #560E15. Grayscale: #DADADA. Windows color (decimal): -5639702 or 15397289. OLE color: 15397289.

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

Color convert

RGB169241234-
CMYK0.3000.030.05
HSL174.17º72%80.39%-
HSV(B)174.17º29.88%94.51%-
XYZ62.6777.2989.46-
YUV218.67136.6592.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.24%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=26.24%
G=37.42%
B=36.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692412340.3000.030.05174.177280.39
HexA9F1EA1E035ae4850
Octal25136135236035256110120
Binary101010011111000111101010111100111011010111010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F1EA; }

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

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

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

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

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

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

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

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