#A6FEEE

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

Shades of Pale Turquoise #A6FEEE

Tints of Pale Turquoise #A6FEEE

Color information

#A6FEEE (or 0xA6FEEE) is unknown color: approx Pale Turquoise. HEX triplet: A6, FE and EE. RGB value is (166,254,238). Sum of RGB (Red+Green+Blue) = 166+254+238=658 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.23% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEEE is #590111. Grayscale: #E1E1E1. Windows color (decimal): -5832978 or 15662758. OLE color: 15662758.

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

Color convert

RGB166254238-
CMYK0.3500.060.00
HSL169.09º97.78%82.35%-
HSV(B)169.09º34.65%99.61%-
XYZ66.685.1693.82-
YUV225.86134.8585.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.23%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=25.23%
G=38.60%
B=36.17%

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
Decimal1662542380.3500.060.00169.0997.7882.35
HexA6FEEE23060a96252
Octal24637635643060251142122
Binary101001101111111011101110100011011001010100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FEEE; }

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

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

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

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

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

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

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

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