#a6fbf1

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

Shades of Pale Turquoise #A6FBF1

Tints of Pale Turquoise #A6FBF1

Color information

#A6FBF1 (or 0xA6FBF1) is unknown color: approx Pale Turquoise. HEX triplet: A6, FB and F1. RGB value is (166,251,241). Sum of RGB (Red+Green+Blue) = 166+251+241=658 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.23% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBF1 is #59040E. Grayscale: #E0E0E0. Windows color (decimal): -5833743 or 15858598. OLE color: 15858598.

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

Color convert

RGB166251241-
CMYK0.3400.040.02
HSL172.94º91.4%81.76%-
HSV(B)172.94º33.86%98.43%-
XYZ66.183.4595.84-
YUV224.44137.3486.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.23%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=25.23%
G=38.15%
B=36.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512410.3400.040.02172.9491.481.76
HexA6FBF122042ad5b52
Octal24637336142042255133122
Binary1010011011111011111100011000100100101010110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6fbf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6fbf1; }

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

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

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

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

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

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

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

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