#A9EEEC

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

Shades of Pale Turquoise #A9EEEC

Tints of Pale Turquoise #A9EEEC

Color information

#A9EEEC (or 0xA9EEEC) is unknown color: approx Pale Turquoise. HEX triplet: A9, EE and EC. RGB value is (169,238,236). Sum of RGB (Red+Green+Blue) = 169+238+236=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #A9EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EEEC is #561113. Grayscale: #D9D9D9. Windows color (decimal): -5640468 or 15527593. OLE color: 15527593.

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

Color convert

RGB169238236-
CMYK0.2900.010.07
HSL178.26º66.99%79.8%-
HSV(B)178.26º28.99%93.33%-
XYZ62.0875.6490.69-
YUV217.14138.6493.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.28%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=26.28%
G=37.01%
B=36.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692382360.2900.010.07178.2666.9979.8
HexA9EEEC1D017b24350
Octal25135635435017262103120
Binary10101001111011101110110011101011111011001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EEEC; }

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

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

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

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

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

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

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

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