Html Css Color HEX #4DCEBD Medium Turquoise

📋 copy color: '#4DCEBD'

red 77 ◦ green 206 ◦ blue 189

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

Shades of Medium Turquoise #4DCEBD

Tints of Medium Turquoise #4DCEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 16.31%
G = 43.64%
B = 40.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#4DCEBD (or 0x4DCEBD) is known color: Medium Turquoise. HEX triplet: 4D, CE and BD. RGB value is (77,206,189). Sum of RGB (Red+Green+Blue) = 77+206+189=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEBD is #B23142. Grayscale: #A5A5A5. Windows color (decimal): -11678019 or 12439117. OLE color: 12439117.

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

Color convert

RGB 77 206 189 -
CMYK 0.63 0 0.08 0.19
HSL 172.09º 0.57% 0.55% -
HSV(B) 172.09º 0.63% 0.81% -
XYZ 34.32 49.39 55.87 -
YUV 165.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 77 206 189 0.63 0 0.08 0.19 172.09 0.57 0.55
Hex 4D CE BD 3F 0 8 13 AC 39 37
Octal 115 316 275 77 0 10 23 254 71 67
Binary 1001101 11001110 10111101 111111 0 1000 10011 10101100 111001 110111

Color Harmonies of #4DCEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEBD

Black with #4DCEBD

Text Example


Text Example

White with #4DCEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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