Html Css Color HEX #4DC9DB Medium Turquoise

📋 copy color: '#4DC9DB'

red 77 ◦ green 201 ◦ blue 219

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

Shades of Medium Turquoise #4DC9DB

Tints of Medium Turquoise #4DC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

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

R = 15.49%
G = 40.44%
B = 44.06%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DC9DB (or 0x4DC9DB) is known color: Medium Turquoise. HEX triplet: 4D, C9 and DB. RGB value is (77,201,219). Sum of RGB (Red+Green+Blue) = 77+201+219=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC9DB is #B23624. Grayscale: #A5A5A5. Windows color (decimal): -11679269 or 14403917. OLE color: 14403917.

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

Color convert

RGB 77 201 219 -
CMYK 0.65 0.08 0 0.14
HSL 187.61º 0.66% 0.58% -
HSV(B) 187.61º 0.65% 0.86% -
XYZ 36.73 48.47 74.44 -
YUV 165.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 77 201 219 0.65 0.08 0 0.14 187.61 0.66 0.58
Hex 4D C9 DB 41 8 0 E BC 42 3A
Octal 115 311 333 101 10 0 16 274 102 72
Binary 1001101 11001001 11011011 1000001 1000 0 1110 10111100 1000010 111010

Color Harmonies of #4DC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC9DB

Black with #4DC9DB

Text Example


Text Example

White with #4DC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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