Html Css Color HEX #4DDBBC Medium Turquoise

📋 copy color: '#4DDBBC'

red 77 ◦ green 219 ◦ blue 188

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

Shades of Medium Turquoise #4DDBBC

Tints of Medium Turquoise #4DDBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 15.91%
G = 45.25%
B = 38.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#4DDBBC (or 0x4DDBBC) is known color: Medium Turquoise. HEX triplet: 4D, DB and BC. RGB value is (77,219,188). Sum of RGB (Red+Green+Blue) = 77+219+188=484 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.91% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBBC is #B22443. Grayscale: #ACACAC. Windows color (decimal): -11674692 or 12376909. OLE color: 12376909.

HSL color Cylindrical-coordinate representation of color #4DDBBC: hue angle of 166.9º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDBBC is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 188 -
CMYK 0.65 0 0.14 0.14
HSL 166.9º 0.66% 0.58% -
HSV(B) 166.9º 0.65% 0.86% -
XYZ 37.47 55.87 56.39 -
YUV 173.01 136.46 59.52 -
System Red Green Blue C M Y K H S L
Decimal 77 219 188 0.65 0 0.14 0.14 166.9 0.66 0.58
Hex 4D DB BC 41 0 E E A7 42 3A
Octal 115 333 274 101 0 16 16 247 102 72
Binary 1001101 11011011 10111100 1000001 0 1110 1110 10100111 1000010 111010

Color Harmonies of #4DDBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBBC

Black with #4DDBBC

Text Example


Text Example

White with #4DDBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,188); }

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

background-color css

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

 a { background-color: rgb(77,219,188); }

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

border-color css

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

 span { border-color: rgb(77,219,188); }

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