#46BEB9

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

Shades of Medium Turquoise #46BEB9

Tints of Medium Turquoise #46BEB9

Color information

#46BEB9 (or 0x46BEB9) is unknown color: approx Medium Turquoise. HEX triplet: 46, BE and B9. RGB value is (70,190,185). Sum of RGB (Red+Green+Blue) = 70+190+185=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #46BEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEB9 is #B94146. Grayscale: #999999. Windows color (decimal): -12140871 or 12172870. OLE color: 12172870.

HSL color Cylindrical-coordinate representation of color #46BEB9: hue angle of 177.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BEB9 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB70190185-
CMYK0.6300.030.25
HSL177.5º48%50.98%-
HSV(B)177.5º63.16%74.51%-
XYZ29.741.6352.37-
YUV153.55145.7468.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.73%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=15.73%
G=42.70%
B=41.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901850.6300.030.25177.54850.98
Hex46BEB93F0319b23033
Octal1062762717703312626063
Binary100011010111110101110011111110111100110110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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