#A9F2E6

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

Shades of Pale Turquoise #A9F2E6

Tints of Pale Turquoise #A9F2E6

Color information

#A9F2E6 (or 0xA9F2E6) is unknown color: approx Pale Turquoise. HEX triplet: A9, F2 and E6. RGB value is (169,242,230). Sum of RGB (Red+Green+Blue) = 169+242+230=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2E6 is #560D19. Grayscale: #DADADA. Windows color (decimal): -5639450 or 15135401. OLE color: 15135401.

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

Color convert

RGB169242230-
CMYK0.3000.050.05
HSL170.14º73.74%80.59%-
HSV(B)170.14º30.17%94.9%-
XYZ62.477.6586.56-
YUV218.8134.3292.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.37%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=26.37%
G=37.75%
B=35.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692422300.3000.050.05170.1473.7480.59
HexA9F2E61E055aa4a51
Octal25136234636055252112121
Binary1010100111110010111001101111001011011010101010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2E6; }

 p { color: rgb(169,242,230); }

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

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

 a { background-color: rgb(169,242,230); }

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

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

 span { border-color: rgb(169,242,230); }

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