#A9E9E4

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

Shades of Pale Turquoise #A9E9E4

Tints of Pale Turquoise #A9E9E4

Color information

#A9E9E4 (or 0xA9E9E4) is unknown color: approx Pale Turquoise. HEX triplet: A9, E9 and E4. RGB value is (169,233,228). Sum of RGB (Red+Green+Blue) = 169+233+228=630 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.83% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E9E4 is #56161B. Grayscale: #D5D5D5. Windows color (decimal): -5641756 or 15002025. OLE color: 15002025.

HSL color Cylindrical-coordinate representation of color #A9E9E4: hue angle of 175.31º degrees, saturation: 0.59, 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 #A9E9E4 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB169233228-
CMYK0.2700.020.09
HSL175.31º59.26%78.82%-
HSV(B)175.31º27.47%91.37%-
XYZ59.572.3184.22-
YUV213.29136.396.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.83%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=26.83%
G=36.98%
B=36.19%

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
Decimal1692332280.2700.020.09175.3159.2678.82
HexA9E9E41B029af3b4f
Octal25135134433021125773117
Binary101010011110100111100100110110101001101011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E9E4; }

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

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

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

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

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

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

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

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