Html Css Color HEX #4DBEBA Medium Turquoise

📋 copy color: '#4DBEBA'

red 77 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #4DBEBA

Tints of Medium Turquoise #4DBEBA

RGB

 RED value IS 77 (30.47% from 255) = 17%

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 17%
G = 41.94%
B = 41.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#4DBEBA (or 0x4DBEBA) is known color: Medium Turquoise. HEX triplet: 4D, BE and BA. RGB value is (77,190,186). Sum of RGB (Red+Green+Blue) = 77+190+186=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEBA is #B24145. Grayscale: #9B9B9B. Windows color (decimal): -11682118 or 12238413. OLE color: 12238413.

HSL color Cylindrical-coordinate representation of color #4DBEBA: hue angle of 177.88º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEBA is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 190 186 -
CMYK 0.59 0 0.02 0.25
HSL 177.88º 0.47% 0.52% -
HSV(B) 177.88º 0.59% 0.75% -
XYZ 30.34 41.95 52.95 -
YUV 155.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 77 190 186 0.59 0 0.02 0.25 177.88 0.47 0.52
Hex 4D BE BA 3B 0 2 19 B2 2F 34
Octal 115 276 272 73 0 2 31 262 57 64
Binary 1001101 10111110 10111010 111011 0 10 11001 10110010 101111 110100

Color Harmonies of #4DBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEBA

Black with #4DBEBA

Text Example


Text Example

White with #4DBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DBEBA; }

 p { color: rgb(77,190,186); }

 H1.HeaderClassName
 {
   color: #4DBEBA;
 }
 .AnyTagClassName
 {
   color: #4DBEBA;
 }
</style>

background-color css

<style>
 a { background-color: #4DBEBA; }

 a { background-color: rgb(77,190,186); }

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

border-color css

<style>
 span { border-color: #4DBEBA; }

 span { border-color: rgb(77,190,186); }

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