#A9F0F0

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

Shades of Pale Turquoise #A9F0F0

Tints of Pale Turquoise #A9F0F0

Color information

#A9F0F0 (or 0xA9F0F0) is unknown color: approx Pale Turquoise. HEX triplet: A9, F0 and F0. RGB value is (169,240,240). Sum of RGB (Red+Green+Blue) = 169+240+240=649 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.04% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #A9F0F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F0F0 is #560F0F. Grayscale: #DADADA. Windows color (decimal): -5639952 or 15790249. OLE color: 15790249.

HSL color Cylindrical-coordinate representation of color #A9F0F0: hue angle of 180º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0F0 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169240240-
CMYK0.30000.06
HSL180º70.3%80.2%-
HSV(B)180º29.58%94.12%-
XYZ63.2577.0593.98-
YUV218.77139.9892.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.04%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=26.04%
G=36.98%
B=36.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692402400.30000.0618070.380.2
HexA9F0F01E006b44650
Octal25136036036006264106120
Binary10101001111100001111000011110001101011010010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0F0; }

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

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

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

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

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

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

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

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