#A9F3ED

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

Shades of Pale Turquoise #A9F3ED

Tints of Pale Turquoise #A9F3ED

Color information

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

HSL color Cylindrical-coordinate representation of color #A9F3ED: hue angle of 175.14º 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 #A9F3ED is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB169243237-
CMYK0.3000.020.05
HSL175.14º75.51%80.78%-
HSV(B)175.14º30.45%95.29%-
XYZ63.778.6591.94-
YUV220.19137.4891.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692432370.3000.020.05175.1475.5180.78
HexA9F3ED1E025af4c51
Octal25136335536025257114121
Binary101010011111001111101101111100101011010111110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F3ED; }

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

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

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

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

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

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

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

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