#A6FFF0

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

Shades of Pale Turquoise #A6FFF0

Tints of Pale Turquoise #A6FFF0

Color information

#A6FFF0 (or 0xA6FFF0) is unknown color: approx Pale Turquoise. HEX triplet: A6, FF and F0. RGB value is (166,255,240). Sum of RGB (Red+Green+Blue) = 166+255+240=661 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.11% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFF0 is #59000F. Grayscale: #E2E2E2. Windows color (decimal): -5832720 or 15794086. OLE color: 15794086.

HSL color Cylindrical-coordinate representation of color #A6FFF0: hue angle of 169.89º 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 #A6FFF0 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB166255240-
CMYK0.3500.060
HSL169.89º100%82.55%-
HSV(B)169.89º34.9%100%-
XYZ67.2185.9295.48-
YUV226.68135.5184.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.11%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=25.11%
G=38.58%
B=36.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552400.3500.060169.8910082.55
HexA6FFF023060aa6453
Octal24637736043060252144123
Binary101001101111111111110000100011011001010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFF0; }

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

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

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

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

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

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

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

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