#A6FEEF

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

Shades of Pale Turquoise #A6FEEF

Tints of Pale Turquoise #A6FEEF

Color information

#A6FEEF (or 0xA6FEEF) is unknown color: approx Pale Turquoise. HEX triplet: A6, FE and EF. RGB value is (166,254,239). Sum of RGB (Red+Green+Blue) = 166+254+239=659 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.19% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEEF is #590110. Grayscale: #E1E1E1. Windows color (decimal): -5832977 or 15728294. OLE color: 15728294.

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

Color convert

RGB166254239-
CMYK0.3500.060.00
HSL169.77º97.78%82.35%-
HSV(B)169.77º34.65%99.61%-
XYZ66.7585.2294.59-
YUV225.98135.3585.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.19%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=25.19%
G=38.54%
B=36.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662542390.3500.060.00169.7797.7882.35
HexA6FEEF23060aa6252
Octal24637635743060252142122
Binary101001101111111011101111100011011001010101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FEEF; }

 p { color: rgb(166,254,239); }

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

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

 a { background-color: rgb(166,254,239); }

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

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

 span { border-color: rgb(166,254,239); }

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