#A6F6EC

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

Shades of Pale Turquoise #A6F6EC

Tints of Pale Turquoise #A6F6EC

Color information

#A6F6EC (or 0xA6F6EC) is unknown color: approx Pale Turquoise. HEX triplet: A6, F6 and EC. RGB value is (166,246,236). Sum of RGB (Red+Green+Blue) = 166+246+236=648 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.62% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6EC is #590913. Grayscale: #DCDCDC. Windows color (decimal): -5835028 or 15529638. OLE color: 15529638.

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

Color convert

RGB166246236-
CMYK0.3300.040.04
HSL172.5º81.63%80.78%-
HSV(B)172.5º32.52%96.47%-
XYZ63.8280.0791.45-
YUV220.94136.588.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.62%
GREEN value IS 246 (96.48% from 255) = 37.96%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=25.62%
G=37.96%
B=36.42%

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
Decimal1662462360.3300.040.04172.581.6380.78
HexA6F6EC21044ac5251
Octal24636635441044254122121
Binary10100110111101101110110010000101001001010110010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F6EC; }

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

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

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

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

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

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

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

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