#A6F6EB

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

Shades of Pale Turquoise #A6F6EB

Tints of Pale Turquoise #A6F6EB

Color information

#A6F6EB (or 0xA6F6EB) is unknown color: approx Pale Turquoise. HEX triplet: A6, F6 and EB. RGB value is (166,246,235). Sum of RGB (Red+Green+Blue) = 166+246+235=647 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.66% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6EB is #590914. Grayscale: #DCDCDC. Windows color (decimal): -5835029 or 15464102. OLE color: 15464102.

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

Color convert

RGB166246235-
CMYK0.3300.040.04
HSL171.75º81.63%80.78%-
HSV(B)171.75º32.52%96.47%-
XYZ63.6880.0290.69-
YUV220.8313688.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.66%
GREEN value IS 246 (96.48% from 255) = 38.02%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=25.66%
G=38.02%
B=36.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662462350.3300.040.04171.7581.6380.78
HexA6F6EB21044ac5251
Octal24636635341044254122121
Binary10100110111101101110101110000101001001010110010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F6EB; }

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

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

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

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

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

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

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

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