#46c5be

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

Shades of Medium Turquoise #46C5BE

Tints of Medium Turquoise #46C5BE

Color information

#46C5BE (or 0x46C5BE) is unknown color: approx Medium Turquoise. HEX triplet: 46, C5 and BE. RGB value is (70,197,190). Sum of RGB (Red+Green+Blue) = 70+197+190=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #46C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C5BE is #B93A41. Grayscale: #9E9E9E. Windows color (decimal): -12139074 or 12502342. OLE color: 12502342.

HSL color Cylindrical-coordinate representation of color #46C5BE: hue angle of 176.69º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C5BE is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB70197190-
CMYK0.6400.040.23
HSL176.69º52.26%52.35%-
HSV(B)176.69º64.47%77.25%-
XYZ31.7944.9555.72-
YUV158.23145.9265.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.32%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=15.32%
G=43.11%
B=41.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal701971900.6400.040.23176.6952.2652.35
Hex46C5BE400417b13434
Octal10630527610004272616464
Binary10001101100010110111110100000001001011110110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46c5be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,197,190); }

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

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

 a { background-color: rgb(70,197,190); }

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

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

 span { border-color: rgb(70,197,190); }

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