Html Css Color HEX #4DCDBF Medium Turquoise

📋 copy color: '#4DCDBF'

red 77 ◦ green 205 ◦ blue 191

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

Shades of Medium Turquoise #4DCDBF

Tints of Medium Turquoise #4DCDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.38%

R = 16.28%
G = 43.34%
B = 40.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#4DCDBF (or 0x4DCDBF) is known color: Medium Turquoise. HEX triplet: 4D, CD and BF. RGB value is (77,205,191). Sum of RGB (Red+Green+Blue) = 77+205+191=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDBF is #B23240. Grayscale: #A5A5A5. Windows color (decimal): -11678273 or 12569933. OLE color: 12569933.

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

Color convert

RGB 77 205 191 -
CMYK 0.62 0 0.07 0.20
HSL 173.44º 0.56% 0.55% -
HSV(B) 173.44º 0.62% 0.8% -
XYZ 34.3 49 56.94 -
YUV 165.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 77 205 191 0.62 0 0.07 0.20 173.44 0.56 0.55
Hex 4D CD BF 3E 0 7 14 AD 38 37
Octal 115 315 277 76 0 7 24 255 70 67
Binary 1001101 11001101 10111111 111110 0 111 10100 10101101 111000 110111

Color Harmonies of #4DCDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDBF

Black with #4DCDBF

Text Example


Text Example

White with #4DCDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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