Html Css Color HEX #4DC4DB Medium Turquoise

📋 copy color: '#4DC4DB'

red 77 ◦ green 196 ◦ blue 219

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

Shades of Medium Turquoise #4DC4DB

Tints of Medium Turquoise #4DC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 15.65%
G = 39.84%
B = 44.51%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DC4DB (or 0x4DC4DB) is known color: Medium Turquoise. HEX triplet: 4D, C4 and DB. RGB value is (77,196,219). Sum of RGB (Red+Green+Blue) = 77+196+219=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC4DB is #B23B24. Grayscale: #A2A2A2. Windows color (decimal): -11680549 or 14402637. OLE color: 14402637.

HSL color Cylindrical-coordinate representation of color #4DC4DB: hue angle of 189.72º 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 #4DC4DB is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 196 219 -
CMYK 0.65 0.11 0 0.14
HSL 189.72º 0.66% 0.58% -
HSV(B) 189.72º 0.65% 0.86% -
XYZ 35.59 46.17 74.05 -
YUV 163.04 159.58 66.63 -
System Red Green Blue C M Y K H S L
Decimal 77 196 219 0.65 0.11 0 0.14 189.72 0.66 0.58
Hex 4D C4 DB 41 B 0 E BE 42 3A
Octal 115 304 333 101 13 0 16 276 102 72
Binary 1001101 11000100 11011011 1000001 1011 0 1110 10111110 1000010 111010

Color Harmonies of #4DC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC4DB

Black with #4DC4DB

Text Example


Text Example

White with #4DC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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