Html Css Color HEX #4DCCC1 Medium Turquoise

📋 copy color: '#4DCCC1'

red 77 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #4DCCC1

Tints of Medium Turquoise #4DCCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 193 (75.78% from 255) = 40.72%

R = 16.24%
G = 43.04%
B = 40.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#4DCCC1 (or 0x4DCCC1) is known color: Medium Turquoise. HEX triplet: 4D, CC and C1. RGB value is (77,204,193). Sum of RGB (Red+Green+Blue) = 77+204+193=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCC1 is #B2333E. Grayscale: #A4A4A4. Windows color (decimal): -11678527 or 12700749. OLE color: 12700749.

HSL color Cylindrical-coordinate representation of color #4DCCC1: hue angle of 174.8º degrees, saturation: 0.55, 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 #4DCCC1 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 204 193 -
CMYK 0.62 0 0.05 0.2
HSL 174.8º 0.55% 0.55% -
HSV(B) 174.8º 0.62% 0.8% -
XYZ 34.28 48.61 58.03 -
YUV 164.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 77 204 193 0.62 0 0.05 0.2 174.8 0.55 0.55
Hex 4D CC C1 3E 0 5 14 AF 37 37
Octal 115 314 301 76 0 5 24 257 67 67
Binary 1001101 11001100 11000001 111110 0 101 10100 10101111 110111 110111

Color Harmonies of #4DCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCC1

Black with #4DCCC1

Text Example


Text Example

White with #4DCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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