#A6EBE8

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

Shades of Pale Turquoise #A6EBE8

Tints of Pale Turquoise #A6EBE8

Color information

#A6EBE8 (or 0xA6EBE8) is unknown color: approx Pale Turquoise. HEX triplet: A6, EB and E8. RGB value is (166,235,232). Sum of RGB (Red+Green+Blue) = 166+235+232=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EBE8 is #591417. Grayscale: #D5D5D5. Windows color (decimal): -5837848 or 15264678. OLE color: 15264678.

HSL color Cylindrical-coordinate representation of color #A6EBE8: hue angle of 177.39º 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 #A6EBE8 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB166235232-
CMYK0.2900.010.08
HSL177.39º63.3%78.63%-
HSV(B)177.39º29.36%92.16%-
XYZ6073.3587.34-
YUV214.03138.1493.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.22%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=26.22%
G=37.12%
B=36.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662352320.2900.010.08177.3963.378.63
HexA6EBE81D018b13f4f
Octal24635335035011026177117
Binary10100110111010111110100011101011000101100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBE8; }

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

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

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

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

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

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

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

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