Html Css Color HEX #4DCEBF Medium Turquoise

📋 copy color: '#4DCEBF'

red 77 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #4DCEBF

Tints of Medium Turquoise #4DCEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 16.24%
G = 43.46%
B = 40.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#4DCEBF (or 0x4DCEBF) is known color: Medium Turquoise. HEX triplet: 4D, CE and BF. RGB value is (77,206,191). Sum of RGB (Red+Green+Blue) = 77+206+191=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEBF is #B23140. Grayscale: #A5A5A5. Windows color (decimal): -11678017 or 12570189. OLE color: 12570189.

HSL color Cylindrical-coordinate representation of color #4DCEBF: hue angle of 173.02º 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 #4DCEBF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 206 191 -
CMYK 0.63 0 0.07 0.19
HSL 173.02º 0.57% 0.55% -
HSV(B) 173.02º 0.63% 0.81% -
XYZ 34.54 49.48 57.02 -
YUV 165.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 77 206 191 0.63 0 0.07 0.19 173.02 0.57 0.55
Hex 4D CE BF 3F 0 7 13 AD 39 37
Octal 115 316 277 77 0 7 23 255 71 67
Binary 1001101 11001110 10111111 111111 0 111 10011 10101101 111001 110111

Color Harmonies of #4DCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEBF

Black with #4DCEBF

Text Example


Text Example

White with #4DCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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