#A9EDEE

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

Shades of Pale Turquoise #A9EDEE

Tints of Pale Turquoise #A9EDEE

Color information

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

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

Color convert

RGB169237238-
CMYK0.290.0000.07
HSL180.87º66.99%79.8%-
HSV(B)180.87º28.99%93.33%-
XYZ62.0875.1892.13-
YUV216.78139.9793.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692372380.290.0000.07180.8766.9979.8
HexA9EDEE1D007b54350
Octal25135535635007265103120
Binary10101001111011011110111011101001111011010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDEE; }

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

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

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

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

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

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

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

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