Html Css Color HEX #4DCDCC Medium Turquoise

📋 copy color: '#4DCDCC'

red 77 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #4DCDCC

Tints of Medium Turquoise #4DCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 15.84%
G = 42.18%
B = 41.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#4DCDCC (or 0x4DCDCC) is known color: Medium Turquoise. HEX triplet: 4D, CD and CC. RGB value is (77,205,204). Sum of RGB (Red+Green+Blue) = 77+205+204=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDCC is #B23233. Grayscale: #A6A6A6. Windows color (decimal): -11678260 or 13421901. OLE color: 13421901.

HSL color Cylindrical-coordinate representation of color #4DCDCC: hue angle of 179.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCDCC is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 205 204 -
CMYK 0.62 0 0.00 0.20
HSL 179.53º 0.56% 0.55% -
HSV(B) 179.53º 0.62% 0.8% -
XYZ 35.79 49.6 64.81 -
YUV 166.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 77 205 204 0.62 0 0.00 0.20 179.53 0.56 0.55
Hex 4D CD CC 3E 0 0 14 B4 38 37
Octal 115 315 314 76 0 0 24 264 70 67
Binary 1001101 11001101 11001100 111110 0 0 10100 10110100 111000 110111

Color Harmonies of #4DCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDCC

Black with #4DCDCC

Text Example


Text Example

White with #4DCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,205,204); }

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

background-color css

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

 a { background-color: rgb(77,205,204); }

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

border-color css

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

 span { border-color: rgb(77,205,204); }

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