Html Css Color HEX #4DC5CE Medium Turquoise

📋 copy color: '#4DC5CE'

red 77 ◦ green 197 ◦ blue 206

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

Shades of Medium Turquoise #4DC5CE

Tints of Medium Turquoise #4DC5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.04%

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 16.04%
G = 41.04%
B = 42.92%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DC5CE (or 0x4DC5CE) is known color: Medium Turquoise. HEX triplet: 4D, C5 and CE. RGB value is (77,197,206). Sum of RGB (Red+Green+Blue) = 77+197+206=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DC5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC5CE is #B23A31. Grayscale: #A1A1A1. Windows color (decimal): -11680306 or 13550925. OLE color: 13550925.

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

Color convert

RGB 77 197 206 -
CMYK 0.63 0.04 0 0.19
HSL 184.19º 0.57% 0.55% -
HSV(B) 184.19º 0.63% 0.81% -
XYZ 34.17 45.97 65.46 -
YUV 162.15 152.74 67.27 -
System Red Green Blue C M Y K H S L
Decimal 77 197 206 0.63 0.04 0 0.19 184.19 0.57 0.55
Hex 4D C5 CE 3F 4 0 13 B8 39 37
Octal 115 305 316 77 4 0 23 270 71 67
Binary 1001101 11000101 11001110 111111 100 0 10011 10111000 111001 110111

Color Harmonies of #4DC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC5CE

Black with #4DC5CE

Text Example


Text Example

White with #4DC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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