#A9FBF1

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

Shades of Pale Turquoise #A9FBF1

Tints of Pale Turquoise #A9FBF1

Color information

#A9FBF1 (or 0xA9FBF1) is unknown color: approx Pale Turquoise. HEX triplet: A9, FB and F1. RGB value is (169,251,241). Sum of RGB (Red+Green+Blue) = 169+251+241=661 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.57% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FBF1 is #56040E. Grayscale: #E1E1E1. Windows color (decimal): -5637135 or 15858601. OLE color: 15858601.

HSL color Cylindrical-coordinate representation of color #A9FBF1: hue angle of 172.68º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FBF1 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB169251241-
CMYK0.3300.040.02
HSL172.68º91.11%82.35%-
HSV(B)172.68º32.67%98.43%-
XYZ66.7483.7895.87-
YUV225.34136.8387.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.57%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=25.57%
G=37.97%
B=36.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692512410.3300.040.02172.6891.1182.35
HexA9FBF121042ad5b52
Octal25137336141042255133122
Binary1010100111111011111100011000010100101010110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBF1; }

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

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

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

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

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

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

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

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