#A6FCED

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

Shades of Pale Turquoise #A6FCED

Tints of Pale Turquoise #A6FCED

Color information

#A6FCED (or 0xA6FCED) is unknown color: approx Pale Turquoise. HEX triplet: A6, FC and ED. RGB value is (166,252,237). Sum of RGB (Red+Green+Blue) = 166+252+237=655 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.34% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCED is #590312. Grayscale: #E0E0E0. Windows color (decimal): -5833491 or 15596710. OLE color: 15596710.

HSL color Cylindrical-coordinate representation of color #A6FCED: hue angle of 169.53º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCED is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB166252237-
CMYK0.3400.060.01
HSL169.53º93.48%81.96%-
HSV(B)169.53º34.13%98.82%-
XYZ65.8283.8492.83-
YUV224.58135.0186.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.34%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=25.34%
G=38.47%
B=36.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662522370.3400.060.01169.5393.4881.96
HexA6FCED22061aa5d52
Octal24637435542061252135122
Binary101001101111110011101101100010011011010101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FCED; }

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

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

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

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

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

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

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

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