#A6FCEB

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

Shades of Pale Turquoise #A6FCEB

Tints of Pale Turquoise #A6FCEB

Color information

#A6FCEB (or 0xA6FCEB) is unknown color: approx Pale Turquoise. HEX triplet: A6, FC and EB. RGB value is (166,252,235). Sum of RGB (Red+Green+Blue) = 166+252+235=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCEB is #590314. Grayscale: #E0E0E0. Windows color (decimal): -5833493 or 15465638. OLE color: 15465638.

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

Color convert

RGB166252235-
CMYK0.3400.070.01
HSL168.14º93.48%81.96%-
HSV(B)168.14º34.13%98.82%-
XYZ65.5383.7391.3-
YUV224.35134.0186.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.42%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=25.42%
G=38.59%
B=35.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662522350.3400.070.01168.1493.4881.96
HexA6FCEB22071a85d52
Octal24637435342071250135122
Binary101001101111110011101011100010011111010100010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FCEB; }

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

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

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

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

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

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

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

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