#46BEBA

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

Shades of Medium Turquoise #46BEBA

Tints of Medium Turquoise #46BEBA

Color information

#46BEBA (or 0x46BEBA) is unknown color: approx Medium Turquoise. HEX triplet: 46, BE and BA. RGB value is (70,190,186). Sum of RGB (Red+Green+Blue) = 70+190+186=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #46BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEBA is #B94145. Grayscale: #999999. Windows color (decimal): -12140870 or 12238406. OLE color: 12238406.

HSL color Cylindrical-coordinate representation of color #46BEBA: hue angle of 178º 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 #46BEBA is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB70190186-
CMYK0.6300.020.25
HSL178º48%50.98%-
HSV(B)178º63.16%74.51%-
XYZ29.841.6752.93-
YUV153.66146.2468.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.70%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=15.70%
G=42.60%
B=41.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901860.6300.020.251784850.98
Hex46BEBA3F0219b23033
Octal1062762727702312626063
Binary100011010111110101110101111110101100110110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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