#A6EBEA

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

Shades of Pale Turquoise #A6EBEA

Tints of Pale Turquoise #A6EBEA

Color information

#A6EBEA (or 0xA6EBEA) is unknown color: approx Pale Turquoise. HEX triplet: A6, EB and EA. RGB value is (166,235,234). Sum of RGB (Red+Green+Blue) = 166+235+234=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EBEA is #591415. Grayscale: #D6D6D6. Windows color (decimal): -5837846 or 15395750. OLE color: 15395750.

HSL color Cylindrical-coordinate representation of color #A6EBEA: hue angle of 179.13º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBEA is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB166235234-
CMYK0.2900.000.08
HSL179.13º63.3%78.63%-
HSV(B)179.13º29.36%92.16%-
XYZ60.2973.4688.84-
YUV214.26139.1493.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.14%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=26.14%
G=37.01%
B=36.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662352340.2900.000.08179.1363.378.63
HexA6EBEA1D008b33f4f
Octal24635335235001026377117
Binary10100110111010111110101011101001000101100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBEA; }

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

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

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

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

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

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

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

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