#A6EBE3

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

Shades of Pale Turquoise #A6EBE3

Tints of Pale Turquoise #A6EBE3

Color information

#A6EBE3 (or 0xA6EBE3) is unknown color: approx Pale Turquoise. HEX triplet: A6, EB and E3. RGB value is (166,235,227). Sum of RGB (Red+Green+Blue) = 166+235+227=628 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.43% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBE3 is #59141C. Grayscale: #D5D5D5. Windows color (decimal): -5837853 or 14936998. OLE color: 14936998.

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

Color convert

RGB166235227-
CMYK0.2900.030.08
HSL173.04º63.3%78.63%-
HSV(B)173.04º29.36%92.16%-
XYZ59.373.0783.65-
YUV213.46135.6494.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.43%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=26.43%
G=37.42%
B=36.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662352270.2900.030.08173.0463.378.63
HexA6EBE31D038ad3f4f
Octal24635334335031025577117
Binary101001101110101111100011111010111000101011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBE3; }

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

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

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

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

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

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

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

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