Html Css Color HEX #4DBEB8 Medium Turquoise

📋 copy color: '#4DBEB8'

red 77 ◦ green 190 ◦ blue 184

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

Shades of Medium Turquoise #4DBEB8

Tints of Medium Turquoise #4DBEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 17.07%
G = 42.13%
B = 40.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#4DBEB8 (or 0x4DBEB8) is known color: Medium Turquoise. HEX triplet: 4D, BE and B8. RGB value is (77,190,184). Sum of RGB (Red+Green+Blue) = 77+190+184=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEB8 is #B24147. Grayscale: #9B9B9B. Windows color (decimal): -11682120 or 12107341. OLE color: 12107341.

HSL color Cylindrical-coordinate representation of color #4DBEB8: hue angle of 176.81º 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 #4DBEB8 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 190 184 -
CMYK 0.59 0 0.03 0.25
HSL 176.81º 0.47% 0.52% -
HSV(B) 176.81º 0.59% 0.75% -
XYZ 30.13 41.87 51.84 -
YUV 155.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 77 190 184 0.59 0 0.03 0.25 176.81 0.47 0.52
Hex 4D BE B8 3B 0 3 19 B1 2F 34
Octal 115 276 270 73 0 3 31 261 57 64
Binary 1001101 10111110 10111000 111011 0 11 11001 10110001 101111 110100

Color Harmonies of #4DBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEB8

Black with #4DBEB8

Text Example


Text Example

White with #4DBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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