#A9ECEA

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

Shades of Pale Turquoise #A9ECEA

Tints of Pale Turquoise #A9ECEA

Color information

#A9ECEA (or 0xA9ECEA) is unknown color: approx Pale Turquoise. HEX triplet: A9, EC and EA. RGB value is (169,236,234). Sum of RGB (Red+Green+Blue) = 169+236+234=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9ECEA is #561315. Grayscale: #D7D7D7. Windows color (decimal): -5640982 or 15396009. OLE color: 15396009.

HSL color Cylindrical-coordinate representation of color #A9ECEA: hue angle of 178.21º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECEA is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB169236234-
CMYK0.2800.010.07
HSL178.21º63.81%79.41%-
HSV(B)178.21º28.39%92.55%-
XYZ61.2174.3788.97-
YUV215.74138.394.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.45%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=26.45%
G=36.93%
B=36.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692362340.2800.010.07178.2163.8179.41
HexA9ECEA1C017b2404f
Octal25135435234017262100117
Binary10101001111011001110101011100011111011001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ECEA; }

 p { color: rgb(169,236,234); }

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

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

 a { background-color: rgb(169,236,234); }

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

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

 span { border-color: rgb(169,236,234); }

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