Html Css Color HEX #4DCEC0 Medium Turquoise

📋 copy color: '#4DCEC0'

red 77 ◦ green 206 ◦ blue 192

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

Shades of Medium Turquoise #4DCEC0

Tints of Medium Turquoise #4DCEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 16.21%
G = 43.37%
B = 40.42%

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

#4DCEC0 (or 0x4DCEC0) is known color: Medium Turquoise. HEX triplet: 4D, CE and C0. RGB value is (77,206,192). Sum of RGB (Red+Green+Blue) = 77+206+192=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEC0 is #B2313F. Grayscale: #A5A5A5. Windows color (decimal): -11678016 or 12635725. OLE color: 12635725.

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

Color convert

RGB 77 206 192 -
CMYK 0.63 0 0.07 0.19
HSL 173.49º 0.57% 0.55% -
HSV(B) 173.49º 0.63% 0.81% -
XYZ 34.65 49.53 57.6 -
YUV 165.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 77 206 192 0.63 0 0.07 0.19 173.49 0.57 0.55
Hex 4D CE C0 3F 0 7 13 AD 39 37
Octal 115 316 300 77 0 7 23 255 71 67
Binary 1001101 11001110 11000000 111111 0 111 10011 10101101 111001 110111

Color Harmonies of #4DCEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEC0

Black with #4DCEC0

Text Example


Text Example

White with #4DCEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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