Html Css Color HEX #4DC6DB Medium Turquoise

📋 copy color: '#4DC6DB'

red 77 ◦ green 198 ◦ blue 219

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

Shades of Medium Turquoise #4DC6DB

Tints of Medium Turquoise #4DC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.08%

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

R = 15.59%
G = 40.08%
B = 44.33%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DC6DB (or 0x4DC6DB) is known color: Medium Turquoise. HEX triplet: 4D, C6 and DB. RGB value is (77,198,219). Sum of RGB (Red+Green+Blue) = 77+198+219=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DC6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC6DB is #B23924. Grayscale: #A4A4A4. Windows color (decimal): -11680037 or 14403149. OLE color: 14403149.

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

Color convert

RGB 77 198 219 -
CMYK 0.65 0.10 0 0.14
HSL 188.87º 0.66% 0.58% -
HSV(B) 188.87º 0.65% 0.86% -
XYZ 36.04 47.08 74.21 -
YUV 164.22 158.91 65.79 -
System Red Green Blue C M Y K H S L
Decimal 77 198 219 0.65 0.10 0 0.14 188.87 0.66 0.58
Hex 4D C6 DB 41 A 0 E BD 42 3A
Octal 115 306 333 101 12 0 16 275 102 72
Binary 1001101 11000110 11011011 1000001 1010 0 1110 10111101 1000010 111010

Color Harmonies of #4DC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC6DB

Black with #4DC6DB

Text Example


Text Example

White with #4DC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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