Html Css Color HEX #4DCEB8 Medium Turquoise

📋 copy color: '#4DCEB8'

red 77 ◦ green 206 ◦ blue 184

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

Shades of Medium Turquoise #4DCEB8

Tints of Medium Turquoise #4DCEB8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 16.49%
G = 44.11%
B = 39.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#4DCEB8 (or 0x4DCEB8) is known color: Medium Turquoise. HEX triplet: 4D, CE and B8. RGB value is (77,206,184). Sum of RGB (Red+Green+Blue) = 77+206+184=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEB8 is #B23147. Grayscale: #A4A4A4. Windows color (decimal): -11678024 or 12111437. OLE color: 12111437.

HSL color Cylindrical-coordinate representation of color #4DCEB8: hue angle of 169.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEB8 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 206 184 -
CMYK 0.63 0 0.11 0.19
HSL 169.77º 0.57% 0.55% -
HSV(B) 169.77º 0.63% 0.81% -
XYZ 33.78 49.18 53.06 -
YUV 164.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 77 206 184 0.63 0 0.11 0.19 169.77 0.57 0.55
Hex 4D CE B8 3F 0 B 13 AA 39 37
Octal 115 316 270 77 0 13 23 252 71 67
Binary 1001101 11001110 10111000 111111 0 1011 10011 10101010 111001 110111

Color Harmonies of #4DCEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEB8

Black with #4DCEB8

Text Example


Text Example

White with #4DCEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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