Html Css Color HEX #46BEBC Medium Turquoise

📋 copy color: '#46BEBC'

red 70 ◦ green 190 ◦ blue 188

#46BEBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #46BEBC

Tints of Medium Turquoise #46BEBC

RGB

 RED value IS 70 (27.73% from 255) = 15.63%

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 15.63%
G = 42.41%
B = 41.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#46BEBC (or 0x46BEBC) is known color: Medium Turquoise. HEX triplet: 46, BE and BC. RGB value is (70,190,188). Sum of RGB (Red+Green+Blue) = 70+190+188=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #46BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEBC is #B94143. Grayscale: #999999. Windows color (decimal): -12140868 or 12369478. OLE color: 12369478.

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

Color convert

RGB 70 190 188 -
CMYK 0.63 0 0.01 0.25
HSL 179º 0.48% 0.51% -
HSV(B) 179º 0.63% 0.75% -
XYZ 30.02 41.76 54.06 -
YUV 153.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 70 190 188 0.63 0 0.01 0.25 179 0.48 0.51
Hex 46 BE BC 3F 0 1 19 B3 30 33
Octal 106 276 274 77 0 1 31 263 60 63
Binary 1000110 10111110 10111100 111111 0 1 11001 10110011 110000 110011

Color Harmonies of #46BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BEBC

Black with #46BEBC

Text Example


Text Example

White with #46BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46BEBC;
 }
 .AnyTagClassName
 {
   color: #46BEBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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