#A9EBEC

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

Shades of Pale Turquoise #A9EBEC

Tints of Pale Turquoise #A9EBEC

Color information

#A9EBEC (or 0xA9EBEC) is unknown color: approx Pale Turquoise. HEX triplet: A9, EB and EC. RGB value is (169,235,236). Sum of RGB (Red+Green+Blue) = 169+235+236=640 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.41% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EBEC is #561413. Grayscale: #D7D7D7. Windows color (decimal): -5641236 or 15526825. OLE color: 15526825.

HSL color Cylindrical-coordinate representation of color #A9EBEC: hue angle of 180.9º 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 #A9EBEC is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169235236-
CMYK0.280.0000.07
HSL180.9º63.81%79.41%-
HSV(B)180.9º28.39%92.55%-
XYZ61.2173.9190.4-
YUV215.38139.6394.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.41%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=26.41%
G=36.72%
B=36.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692352360.280.0000.07180.963.8179.41
HexA9EBEC1C007b5404f
Octal25135335434007265100117
Binary10101001111010111110110011100001111011010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBEC; }

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

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

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

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

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

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

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

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