#A6FFF6

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

Shades of Pale Turquoise #A6FFF6

Tints of Pale Turquoise #A6FFF6

Color information

#A6FFF6 (or 0xA6FFF6) is unknown color: approx Pale Turquoise. HEX triplet: A6, FF and F6. RGB value is (166,255,246). Sum of RGB (Red+Green+Blue) = 166+255+246=667 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.89% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFF6 is #590009. Grayscale: #E3E3E3. Windows color (decimal): -5832714 or 16187302. OLE color: 16187302.

HSL color Cylindrical-coordinate representation of color #A6FFF6: hue angle of 173.93º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFF6 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB166255246-
CMYK0.3500.040
HSL173.93º100%82.55%-
HSV(B)173.93º34.9%100%-
XYZ68.1286.28100.25-
YUV227.36138.5184.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 24.89%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 246 (96.48% from 255) = 36.88%
R=24.89%
G=38.23%
B=36.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552460.3500.040173.9310082.55
HexA6FFF623040ae6453
Octal24637736643040256144123
Binary101001101111111111110110100011010001010111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFF6; }

 p { color: rgb(166,255,246); }

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

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

 a { background-color: rgb(166,255,246); }

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

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

 span { border-color: rgb(166,255,246); }

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