#A9F9EA

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

Shades of Pale Turquoise #A9F9EA

Tints of Pale Turquoise #A9F9EA

Color information

#A9F9EA (or 0xA9F9EA) is unknown color: approx Pale Turquoise. HEX triplet: A9, F9 and EA. RGB value is (169,249,234). Sum of RGB (Red+Green+Blue) = 169+249+234=652 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.92% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F9EA is #560615. Grayscale: #DFDFDF. Windows color (decimal): -5637654 or 15399337. OLE color: 15399337.

HSL color Cylindrical-coordinate representation of color #A9F9EA: hue angle of 168.75º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9F9EA is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB169249234-
CMYK0.3200.060.02
HSL168.75º86.96%81.96%-
HSV(B)168.75º32.13%97.65%-
XYZ65.0982.1390.26-
YUV223.3713489.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.92%
GREEN value IS 249 (97.66% from 255) = 38.19%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=25.92%
G=38.19%
B=35.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692492340.3200.060.02168.7586.9681.96
HexA9F9EA20062a95752
Octal25137135240062251127122
Binary1010100111111001111010101000000110101010100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F9EA; }

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

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

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

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

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

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

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

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