#A6F9EB

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

Shades of Pale Turquoise #A6F9EB

Tints of Pale Turquoise #A6F9EB

Color information

#A6F9EB (or 0xA6F9EB) is unknown color: approx Pale Turquoise. HEX triplet: A6, F9 and EB. RGB value is (166,249,235). Sum of RGB (Red+Green+Blue) = 166+249+235=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F9EB is #590614. Grayscale: #DEDEDE. Windows color (decimal): -5834261 or 15464870. OLE color: 15464870.

HSL color Cylindrical-coordinate representation of color #A6F9EB: hue angle of 169.88º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9EB is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB166249235-
CMYK0.3300.060.02
HSL169.88º87.37%81.37%-
HSV(B)169.88º33.33%97.65%-
XYZ64.681.8690.99-
YUV222.5913587.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.54%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=25.54%
G=38.31%
B=36.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662492350.3300.060.02169.8887.3781.37
HexA6F9EB21062aa5751
Octal24637135341062252127121
Binary1010011011111001111010111000010110101010101010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F9EB; }

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

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

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

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

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

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

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

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