#A6F1F0

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

Shades of Pale Turquoise #A6F1F0

Tints of Pale Turquoise #A6F1F0

Color information

#A6F1F0 (or 0xA6F1F0) is unknown color: approx Pale Turquoise. HEX triplet: A6, F1 and F0. RGB value is (166,241,240). Sum of RGB (Red+Green+Blue) = 166+241+240=647 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.66% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F1F0 is #590E0F. Grayscale: #DADADA. Windows color (decimal): -5836304 or 15790502. OLE color: 15790502.

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

Color convert

RGB166241240-
CMYK0.3100.000.05
HSL179.2º72.82%79.8%-
HSV(B)179.2º31.12%94.51%-
XYZ62.9177.3194.04-
YUV218.46140.1590.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.66%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 240 (94.14% from 255) = 37.09%
R=25.66%
G=37.25%
B=37.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662412400.3100.000.05179.272.8279.8
HexA6F1F01F005b34950
Octal24636136037005263111120
Binary10100110111100011111000011111001011011001110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F1F0; }

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

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

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

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

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

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

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

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