Html Css Color HEX #46BFBE Medium Turquoise

📋 copy color: '#46BFBE'

red 70 ◦ green 191 ◦ blue 190

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

Shades of Medium Turquoise #46BFBE

Tints of Medium Turquoise #46BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 15.52%
G = 42.35%
B = 42.13%

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

#46BFBE (or 0x46BFBE) is known color: Medium Turquoise. HEX triplet: 46, BF and BE. RGB value is (70,191,190). Sum of RGB (Red+Green+Blue) = 70+191+190=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #46BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BFBE is #B94041. Grayscale: #9A9A9A. Windows color (decimal): -12140610 or 12500806. OLE color: 12500806.

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

Color convert

RGB 70 191 190 -
CMYK 0.63 0 0.01 0.25
HSL 179.5º 0.49% 0.51% -
HSV(B) 179.5º 0.63% 0.75% -
XYZ 30.45 42.28 55.27 -
YUV 154.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 70 191 190 0.63 0 0.01 0.25 179.5 0.49 0.51
Hex 46 BF BE 3F 0 1 19 B4 31 33
Octal 106 277 276 77 0 1 31 264 61 63
Binary 1000110 10111111 10111110 111111 0 1 11001 10110100 110001 110011

Color Harmonies of #46BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BFBE

Black with #46BFBE

Text Example


Text Example

White with #46BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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