#A9EEED

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

Shades of Pale Turquoise #A9EEED

Tints of Pale Turquoise #A9EEED

Color information

#A9EEED (or 0xA9EEED) is unknown color: approx Pale Turquoise. HEX triplet: A9, EE and ED. RGB value is (169,238,237). Sum of RGB (Red+Green+Blue) = 169+238+237=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #A9EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EEED is #561112. Grayscale: #D9D9D9. Windows color (decimal): -5640467 or 15593129. OLE color: 15593129.

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

Color convert

RGB169238237-
CMYK0.2900.000.07
HSL179.13º66.99%79.8%-
HSV(B)179.13º28.99%93.33%-
XYZ62.2275.791.45-
YUV217.26139.1493.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.24%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=26.24%
G=36.96%
B=36.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692382370.2900.000.07179.1366.9979.8
HexA9EEED1D007b34350
Octal25135635535007263103120
Binary10101001111011101110110111101001111011001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EEED; }

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

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

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

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

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

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

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

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