Html Css Color HEX #4DCEDB Medium Turquoise

📋 copy color: '#4DCEDB'

red 77 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #4DCEDB

Tints of Medium Turquoise #4DCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.04%

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

R = 15.34%
G = 41.04%
B = 43.63%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DCEDB (or 0x4DCEDB) is known color: Medium Turquoise. HEX triplet: 4D, CE and DB. RGB value is (77,206,219). Sum of RGB (Red+Green+Blue) = 77+206+219=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEDB is #B23124. Grayscale: #A8A8A8. Windows color (decimal): -11677989 or 14405197. OLE color: 14405197.

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

Color convert

RGB 77 206 219 -
CMYK 0.65 0.06 0 0.14
HSL 185.49º 0.66% 0.58% -
HSV(B) 185.49º 0.65% 0.86% -
XYZ 37.92 50.83 74.83 -
YUV 168.91 156.26 62.44 -
System Red Green Blue C M Y K H S L
Decimal 77 206 219 0.65 0.06 0 0.14 185.49 0.66 0.58
Hex 4D CE DB 41 6 0 E B9 42 3A
Octal 115 316 333 101 6 0 16 271 102 72
Binary 1001101 11001110 11011011 1000001 110 0 1110 10111001 1000010 111010

Color Harmonies of #4DCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEDB

Black with #4DCEDB

Text Example


Text Example

White with #4DCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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