#46C6BF

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

Shades of Medium Turquoise #46C6BF

Tints of Medium Turquoise #46C6BF

Color information

#46C6BF (or 0x46C6BF) is unknown color: approx Medium Turquoise. HEX triplet: 46, C6 and BF. RGB value is (70,198,191). Sum of RGB (Red+Green+Blue) = 70+198+191=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #46C6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C6BF is #B93940. Grayscale: #9E9E9E. Windows color (decimal): -12138817 or 12568134. OLE color: 12568134.

HSL color Cylindrical-coordinate representation of color #46C6BF: hue angle of 176.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C6BF is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB70198191-
CMYK0.6500.040.22
HSL176.72º52.89%52.55%-
HSV(B)176.72º64.65%77.65%-
XYZ32.1245.4556.37-
YUV158.93146.0964.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.25%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 191 (75% from 255) = 41.61%
R=15.25%
G=43.14%
B=41.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701981910.6500.040.22176.7252.8952.55
Hex46C6BF410416b13535
Octal10630627710104262616565
Binary10001101100011010111111100000101001011010110001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C6BF; }

 p { color: rgb(70,198,191); }

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

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

 a { background-color: rgb(70,198,191); }

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

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

 span { border-color: rgb(70,198,191); }

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