#A9E8E4

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

Shades of Pale Turquoise #A9E8E4

Tints of Pale Turquoise #A9E8E4

Color information

#A9E8E4 (or 0xA9E8E4) is unknown color: approx Pale Turquoise. HEX triplet: A9, E8 and E4. RGB value is (169,232,228). Sum of RGB (Red+Green+Blue) = 169+232+228=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E8E4 is #56171B. Grayscale: #D4D4D4. Windows color (decimal): -5642012 or 15001769. OLE color: 15001769.

HSL color Cylindrical-coordinate representation of color #A9E8E4: hue angle of 176.19º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E8E4 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB169232228-
CMYK0.2700.020.09
HSL176.19º57.8%78.63%-
HSV(B)176.19º27.16%90.98%-
XYZ59.2271.7584.13-
YUV212.71136.6396.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.87%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=26.87%
G=36.88%
B=36.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692322280.2700.020.09176.1957.878.63
HexA9E8E41B029b03a4f
Octal25135034433021126072117
Binary101010011110100011100100110110101001101100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E8E4; }

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

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

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

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

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

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

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

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