#A9EDED

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

Shades of Pale Turquoise #A9EDED

Tints of Pale Turquoise #A9EDED

Color information

#A9EDED (or 0xA9EDED) is unknown color: approx Pale Turquoise. HEX triplet: A9, ED and ED. RGB value is (169,237,237). Sum of RGB (Red+Green+Blue) = 169+237+237=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #A9EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EDED is #561212. Grayscale: #D8D8D8. Windows color (decimal): -5640723 or 15592873. OLE color: 15592873.

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

Color convert

RGB169237237-
CMYK0.29000.07
HSL180º65.38%79.61%-
HSV(B)180º28.69%92.94%-
XYZ61.9375.1291.36-
YUV216.67139.4794-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.28%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=26.28%
G=36.86%
B=36.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692372370.29000.0718065.3879.61
HexA9EDED1D007b44150
Octal25135535535007264101120
Binary10101001111011011110110111101001111011010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDED; }

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

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

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

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

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

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

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

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