Html Css Color HEX #46BEBB Medium Turquoise

📋 copy color: '#46BEBB'

red 70 ◦ green 190 ◦ blue 187

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

Shades of Medium Turquoise #46BEBB

Tints of Medium Turquoise #46BEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 15.66%
G = 42.51%
B = 41.83%

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

#46BEBB (or 0x46BEBB) is known color: Medium Turquoise. HEX triplet: 46, BE and BB. RGB value is (70,190,187). Sum of RGB (Red+Green+Blue) = 70+190+187=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #46BEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BEBB is #B94144. Grayscale: #999999. Windows color (decimal): -12140869 or 12303942. OLE color: 12303942.

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

Color convert

RGB 70 190 187 -
CMYK 0.63 0 0.02 0.25
HSL 178.5º 0.48% 0.51% -
HSV(B) 178.5º 0.63% 0.75% -
XYZ 29.91 41.72 53.49 -
YUV 153.78 146.74 68.24 -
System Red Green Blue C M Y K H S L
Decimal 70 190 187 0.63 0 0.02 0.25 178.5 0.48 0.51
Hex 46 BE BB 3F 0 2 19 B2 30 33
Octal 106 276 273 77 0 2 31 262 60 63
Binary 1000110 10111110 10111011 111111 0 10 11001 10110010 110000 110011

Color Harmonies of #46BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BEBB

Black with #46BEBB

Text Example


Text Example

White with #46BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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