#A6EDF0

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

Shades of Pale Turquoise #A6EDF0

Tints of Pale Turquoise #A6EDF0

Color information

#A6EDF0 (or 0xA6EDF0) is unknown color: approx Pale Turquoise. HEX triplet: A6, ED and F0. RGB value is (166,237,240). Sum of RGB (Red+Green+Blue) = 166+237+240=643 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.82% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDF0 is #59120F. Grayscale: #D8D8D8. Windows color (decimal): -5837328 or 15789478. OLE color: 15789478.

HSL color Cylindrical-coordinate representation of color #A6EDF0: hue angle of 182.43º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EDF0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166237240-
CMYK0.310.0100.06
HSL182.43º71.15%79.61%-
HSV(B)182.43º30.83%94.12%-
XYZ61.7474.9793.65-
YUV216.11141.4892.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.82%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=25.82%
G=36.86%
B=37.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662372400.310.0100.06182.4371.1579.61
HexA6EDF01F106b64750
Octal24635536037106266107120
Binary10100110111011011111000011111101101011011010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDF0; }

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

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

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

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

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

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

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

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