Html Css Color HEX #46BEB9 Medium Turquoise

📋 copy color: '#46BEB9'

red 70 ◦ green 190 ◦ blue 185

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

Shades of Medium Turquoise #46BEB9

Tints of Medium Turquoise #46BEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 15.73%
G = 42.7%
B = 41.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#46BEB9 (or 0x46BEB9) is known color: 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

RGB 70 190 185 -
CMYK 0.63 0 0.03 0.25
HSL 177.5º 0.48% 0.51% -
HSV(B) 177.5º 0.63% 0.75% -
XYZ 29.7 41.63 52.37 -
YUV 153.55 145.74 68.41 -
System Red Green Blue C M Y K H S L
Decimal 70 190 185 0.63 0 0.03 0.25 177.5 0.48 0.51
Hex 46 BE B9 3F 0 3 19 B2 30 33
Octal 106 276 271 77 0 3 31 262 60 63
Binary 1000110 10111110 10111001 111111 0 11 11001 10110010 110000 110011

Color Harmonies of #46BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BEB9

Black with #46BEB9

Text Example


Text Example

White with #46BEB9

Text Example


Text Example

HTML Codes & Css Web 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>