Html Css Color HEX #46BFBC Medium Turquoise

📋 copy color: '#46BFBC'

red 70 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #46BFBC

Tints of Medium Turquoise #46BFBC

RGB

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

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

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

R = 15.59%
G = 42.54%
B = 41.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#46BFBC (or 0x46BFBC) is known color: Medium Turquoise. HEX triplet: 46, BF and BC. RGB value is (70,191,188). Sum of RGB (Red+Green+Blue) = 70+191+188=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #46BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BFBC is #B94043. Grayscale: #9A9A9A. Windows color (decimal): -12140612 or 12369734. OLE color: 12369734.

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

Color convert

RGB 70 191 188 -
CMYK 0.63 0 0.02 0.25
HSL 178.51º 0.49% 0.51% -
HSV(B) 178.51º 0.63% 0.75% -
XYZ 30.23 42.19 54.13 -
YUV 154.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 70 191 188 0.63 0 0.02 0.25 178.51 0.49 0.51
Hex 46 BF BC 3F 0 2 19 B3 31 33
Octal 106 277 274 77 0 2 31 263 61 63
Binary 1000110 10111111 10111100 111111 0 10 11001 10110011 110001 110011

Color Harmonies of #46BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BFBC

Black with #46BFBC

Text Example


Text Example

White with #46BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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