Html Css Color HEX #4DC3B7 Medium Turquoise

📋 copy color: '#4DC3B7'

red 77 ◦ green 195 ◦ blue 183

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

Shades of Medium Turquoise #4DC3B7

Tints of Medium Turquoise #4DC3B7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 16.92%
G = 42.86%
B = 40.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#4DC3B7 (or 0x4DC3B7) is known color: Medium Turquoise. HEX triplet: 4D, C3 and B7. RGB value is (77,195,183). Sum of RGB (Red+Green+Blue) = 77+195+183=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC3B7 is #B23C48. Grayscale: #9E9E9E. Windows color (decimal): -11680841 or 12043085. OLE color: 12043085.

HSL color Cylindrical-coordinate representation of color #4DC3B7: hue angle of 173.9º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC3B7 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 195 183 -
CMYK 0.61 0 0.06 0.24
HSL 173.9º 0.5% 0.53% -
HSV(B) 173.9º 0.61% 0.76% -
XYZ 31.12 44.03 51.66 -
YUV 158.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 77 195 183 0.61 0 0.06 0.24 173.9 0.5 0.53
Hex 4D C3 B7 3D 0 6 18 AE 32 35
Octal 115 303 267 75 0 6 30 256 62 65
Binary 1001101 11000011 10110111 111101 0 110 11000 10101110 110010 110101

Color Harmonies of #4DC3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC3B7

Black with #4DC3B7

Text Example


Text Example

White with #4DC3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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