#A9EDF3

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

Shades of Pale Turquoise #A9EDF3

Tints of Pale Turquoise #A9EDF3

Color information

#A9EDF3 (or 0xA9EDF3) is unknown color: approx Pale Turquoise. HEX triplet: A9, ED and F3. RGB value is (169,237,243). Sum of RGB (Red+Green+Blue) = 169+237+243=649 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.04% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EDF3 is #56120C. Grayscale: #D9D9D9. Windows color (decimal): -5640717 or 15986089. OLE color: 15986089.

HSL color Cylindrical-coordinate representation of color #A9EDF3: hue angle of 184.86º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9EDF3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169237243-
CMYK0.300.0200.05
HSL184.86º75.51%80.78%-
HSV(B)184.86º30.45%95.29%-
XYZ62.8275.4796.05-
YUV217.35142.4793.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.04%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=26.04%
G=36.52%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692372430.300.0200.05184.8675.5180.78
HexA9EDF31E205b94c51
Octal25135536336205271114121
Binary101010011110110111110011111101001011011100110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDF3; }

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

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

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

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

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

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

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

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