#A9E8E6

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

Shades of Pale Turquoise #A9E8E6

Tints of Pale Turquoise #A9E8E6

Color information

#A9E8E6 (or 0xA9E8E6) is unknown color: approx Pale Turquoise. HEX triplet: A9, E8 and E6. RGB value is (169,232,230). Sum of RGB (Red+Green+Blue) = 169+232+230=631 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.78% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9E8E6 is #561719. Grayscale: #D4D4D4. Windows color (decimal): -5642010 or 15132841. OLE color: 15132841.

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

Color convert

RGB169232230-
CMYK0.2700.010.09
HSL178.1º57.8%78.63%-
HSV(B)178.1º27.16%90.98%-
XYZ59.571.8685.6-
YUV212.94137.6396.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.78%
GREEN value IS 232 (91.02% from 255) = 36.77%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=26.78%
G=36.77%
B=36.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692322300.2700.010.09178.157.878.63
HexA9E8E61B019b23a4f
Octal25135034633011126272117
Binary10101001111010001110011011011011001101100101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E8E6; }

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

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

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

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

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

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

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

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