#A6FBEC

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

Shades of Pale Turquoise #A6FBEC

Tints of Pale Turquoise #A6FBEC

Color information

#A6FBEC (or 0xA6FBEC) is unknown color: approx Pale Turquoise. HEX triplet: A6, FB and EC. RGB value is (166,251,236). Sum of RGB (Red+Green+Blue) = 166+251+236=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBEC is #590413. Grayscale: #DFDFDF. Windows color (decimal): -5833748 or 15530918. OLE color: 15530918.

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

Color convert

RGB166251236-
CMYK0.3400.060.02
HSL169.41º91.4%81.76%-
HSV(B)169.41º33.86%98.43%-
XYZ65.3683.1691.96-
YUV223.88134.8486.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.42%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=25.42%
G=38.44%
B=36.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512360.3400.060.02169.4191.481.76
HexA6FBEC22062a95b52
Octal24637335442062251133122
Binary1010011011111011111011001000100110101010100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBEC; }

 p { color: rgb(166,251,236); }

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

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

 a { background-color: rgb(166,251,236); }

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

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

 span { border-color: rgb(166,251,236); }

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