#A9F2E8

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

Shades of Pale Turquoise #A9F2E8

Tints of Pale Turquoise #A9F2E8

Color information

#A9F2E8 (or 0xA9F2E8) is unknown color: approx Pale Turquoise. HEX triplet: A9, F2 and E8. RGB value is (169,242,232). Sum of RGB (Red+Green+Blue) = 169+242+232=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2E8 is #560D17. Grayscale: #DBDBDB. Windows color (decimal): -5639448 or 15266473. OLE color: 15266473.

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

Color convert

RGB169242232-
CMYK0.3000.040.05
HSL171.78º73.74%80.59%-
HSV(B)171.78º30.17%94.9%-
XYZ62.6877.7788.05-
YUV219.03135.3292.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.28%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=26.28%
G=37.64%
B=36.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692422320.3000.040.05171.7873.7480.59
HexA9F2E81E045ac4a51
Octal25136235036045254112121
Binary1010100111110010111010001111001001011010110010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2E8; }

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

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

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

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

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

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

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

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