#A9F0F1

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

Shades of Pale Turquoise #A9F0F1

Tints of Pale Turquoise #A9F0F1

Color information

#A9F0F1 (or 0xA9F0F1) is unknown color: approx Pale Turquoise. HEX triplet: A9, F0 and F1. RGB value is (169,240,241). Sum of RGB (Red+Green+Blue) = 169+240+241=650 (86% of max value = 765). Red value is 169 (66.41% from 255 or 26% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9F0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F0F1 is #560F0E. Grayscale: #DADADA. Windows color (decimal): -5639951 or 15855785. OLE color: 15855785.

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

Color convert

RGB169240241-
CMYK0.300.0000.05
HSL180.83º72%80.39%-
HSV(B)180.83º29.88%94.51%-
XYZ63.477.1194.76-
YUV218.88140.4892.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=26%
G=36.92%
B=37.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692402410.300.0000.05180.837280.39
HexA9F0F11E005b54850
Octal25136036136005265110120
Binary10101001111100001111000111110001011011010110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F0F1; }

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

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

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

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

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

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

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

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