#A6E8E7

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

Shades of Pale Turquoise #A6E8E7

Tints of Pale Turquoise #A6E8E7

Color information

#A6E8E7 (or 0xA6E8E7) is unknown color: approx Pale Turquoise. HEX triplet: A6, E8 and E7. RGB value is (166,232,231). Sum of RGB (Red+Green+Blue) = 166+232+231=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6E8E7 is #591718. Grayscale: #D4D4D4. Windows color (decimal): -5838617 or 15198374. OLE color: 15198374.

HSL color Cylindrical-coordinate representation of color #A6E8E7: hue angle of 179.09º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E8E7 is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB166232231-
CMYK0.2800.000.09
HSL179.09º58.93%78.04%-
HSV(B)179.09º28.45%90.98%-
XYZ59.0171.5986.31-
YUV212.15138.6395.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.39%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=26.39%
G=36.88%
B=36.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662322310.2800.000.09179.0958.9378.04
HexA6E8E71C009b33b4e
Octal24635034734001126373116
Binary10100110111010001110011111100001001101100111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E8E7; }

 p { color: rgb(166,232,231); }

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

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

 a { background-color: rgb(166,232,231); }

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

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

 span { border-color: rgb(166,232,231); }

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