Html Css Color HEX #4DCCC3 Medium Turquoise

📋 copy color: '#4DCCC3'

red 77 ◦ green 204 ◦ blue 195

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

Shades of Medium Turquoise #4DCCC3

Tints of Medium Turquoise #4DCCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.97%

R = 16.18%
G = 42.86%
B = 40.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#4DCCC3 (or 0x4DCCC3) is known color: Medium Turquoise. HEX triplet: 4D, CC and C3. RGB value is (77,204,195). Sum of RGB (Red+Green+Blue) = 77+204+195=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCC3 is #B2333C. Grayscale: #A4A4A4. Windows color (decimal): -11678525 or 12831821. OLE color: 12831821.

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

Color convert

RGB 77 204 195 -
CMYK 0.62 0 0.04 0.2
HSL 175.75º 0.55% 0.55% -
HSV(B) 175.75º 0.62% 0.8% -
XYZ 34.5 48.7 59.21 -
YUV 165 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 77 204 195 0.62 0 0.04 0.2 175.75 0.55 0.55
Hex 4D CC C3 3E 0 4 14 B0 37 37
Octal 115 314 303 76 0 4 24 260 67 67
Binary 1001101 11001100 11000011 111110 0 100 10100 10110000 110111 110111

Color Harmonies of #4DCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCC3

Black with #4DCCC3

Text Example


Text Example

White with #4DCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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