#A6EAED

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

Shades of Pale Turquoise #A6EAED

Tints of Pale Turquoise #A6EAED

Color information

#A6EAED (or 0xA6EAED) is unknown color: approx Pale Turquoise. HEX triplet: A6, EA and ED. RGB value is (166,234,237). Sum of RGB (Red+Green+Blue) = 166+234+237=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EAED is #591512. Grayscale: #D5D5D5. Windows color (decimal): -5838099 or 15592102. OLE color: 15592102.

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

Color convert

RGB166234237-
CMYK0.300.0100.07
HSL182.54º66.36%79.02%-
HSV(B)182.54º29.96%92.94%-
XYZ60.4373.0791.04-
YUV214.01140.9793.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.06%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=26.06%
G=36.73%
B=37.21%

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
Decimal1662342370.300.0100.07182.5466.3679.02
HexA6EAED1E107b7424f
Octal24635235536107267102117
Binary10100110111010101110110111110101111011011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAED; }

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

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

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

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

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

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

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

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