#A6EBED

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

Shades of Pale Turquoise #A6EBED

Tints of Pale Turquoise #A6EBED

Color information

#A6EBED (or 0xA6EBED) is unknown color: approx Pale Turquoise. HEX triplet: A6, EB and ED. RGB value is (166,235,237). Sum of RGB (Red+Green+Blue) = 166+235+237=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EBED is #591412. Grayscale: #D6D6D6. Windows color (decimal): -5837843 or 15592358. OLE color: 15592358.

HSL color Cylindrical-coordinate representation of color #A6EBED: hue angle of 181.69º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EBED is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166235237-
CMYK0.300.0100.07
HSL181.69º66.36%79.02%-
HSV(B)181.69º29.96%92.94%-
XYZ60.7273.6491.13-
YUV214.6140.6493.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.02%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=26.02%
G=36.83%
B=37.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662352370.300.0100.07181.6966.3679.02
HexA6EBED1E107b6424f
Octal24635335536107266102117
Binary10100110111010111110110111110101111011011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBED; }

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

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

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

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

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

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

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

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