#A6FBE9

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

Shades of Pale Turquoise #A6FBE9

Tints of Pale Turquoise #A6FBE9

Color information

#A6FBE9 (or 0xA6FBE9) is unknown color: approx Pale Turquoise. HEX triplet: A6, FB and E9. RGB value is (166,251,233). Sum of RGB (Red+Green+Blue) = 166+251+233=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBE9 is #590416. Grayscale: #DFDFDF. Windows color (decimal): -5833751 or 15334310. OLE color: 15334310.

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

Color convert

RGB166251233-
CMYK0.3400.070.02
HSL167.29º91.4%81.76%-
HSV(B)167.29º33.86%98.43%-
XYZ64.9382.9889.69-
YUV223.53133.3486.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.54%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=25.54%
G=38.62%
B=35.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662512330.3400.070.02167.2991.481.76
HexA6FBE922072a75b52
Octal24637335142072247133122
Binary1010011011111011111010011000100111101010011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBE9; }

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

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

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

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

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

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

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

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