#A6EDEE

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

Shades of Pale Turquoise #A6EDEE

Tints of Pale Turquoise #A6EDEE

Color information

#A6EDEE (or 0xA6EDEE) is unknown color: approx Pale Turquoise. HEX triplet: A6, ED and EE. RGB value is (166,237,238). Sum of RGB (Red+Green+Blue) = 166+237+238=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDEE is #591211. Grayscale: #D7D7D7. Windows color (decimal): -5837330 or 15658406. OLE color: 15658406.

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

Color convert

RGB166237238-
CMYK0.300.0000.07
HSL180.83º67.92%79.22%-
HSV(B)180.83º30.25%93.33%-
XYZ61.4474.8592.1-
YUV215.88140.4892.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.90%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=25.90%
G=36.97%
B=37.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662372380.300.0000.07180.8367.9279.22
HexA6EDEE1E007b5444f
Octal24635535636007265104117
Binary10100110111011011110111011110001111011010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDEE; }

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

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

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

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

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

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

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

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