Html Css Color HEX #4DC3B9 Medium Turquoise

📋 copy color: '#4DC3B9'

red 77 ◦ green 195 ◦ blue 185

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

Shades of Medium Turquoise #4DC3B9

Tints of Medium Turquoise #4DC3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 16.85%
G = 42.67%
B = 40.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#4DC3B9 (or 0x4DC3B9) is known color: Medium Turquoise. HEX triplet: 4D, C3 and B9. RGB value is (77,195,185). Sum of RGB (Red+Green+Blue) = 77+195+185=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC3B9 is #B23C46. Grayscale: #9E9E9E. Windows color (decimal): -11680839 or 12174157. OLE color: 12174157.

HSL color Cylindrical-coordinate representation of color #4DC3B9: hue angle of 174.92º 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 #4DC3B9 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 195 185 -
CMYK 0.61 0 0.05 0.24
HSL 174.92º 0.5% 0.53% -
HSV(B) 174.92º 0.61% 0.76% -
XYZ 31.33 44.11 52.76 -
YUV 158.58 142.91 69.81 -
System Red Green Blue C M Y K H S L
Decimal 77 195 185 0.61 0 0.05 0.24 174.92 0.5 0.53
Hex 4D C3 B9 3D 0 5 18 AF 32 35
Octal 115 303 271 75 0 5 30 257 62 65
Binary 1001101 11000011 10111001 111101 0 101 11000 10101111 110010 110101

Color Harmonies of #4DC3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC3B9

Black with #4DC3B9

Text Example


Text Example

White with #4DC3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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