Html Css Color HEX #4DDBBA Medium Turquoise

📋 copy color: '#4DDBBA'

red 77 ◦ green 219 ◦ blue 186

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

Shades of Medium Turquoise #4DDBBA

Tints of Medium Turquoise #4DDBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 15.98%
G = 45.44%
B = 38.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4DDBBA (or 0x4DDBBA) is known color: Medium Turquoise. HEX triplet: 4D, DB and BA. RGB value is (77,219,186). Sum of RGB (Red+Green+Blue) = 77+219+186=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBBA is #B22445. Grayscale: #ACACAC. Windows color (decimal): -11674694 or 12245837. OLE color: 12245837.

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

Color convert

RGB 77 219 186 -
CMYK 0.65 0 0.15 0.14
HSL 166.06º 0.66% 0.58% -
HSV(B) 166.06º 0.65% 0.86% -
XYZ 37.26 55.79 55.26 -
YUV 172.78 135.46 59.68 -
System Red Green Blue C M Y K H S L
Decimal 77 219 186 0.65 0 0.15 0.14 166.06 0.66 0.58
Hex 4D DB BA 41 0 F E A6 42 3A
Octal 115 333 272 101 0 17 16 246 102 72
Binary 1001101 11011011 10111010 1000001 0 1111 1110 10100110 1000010 111010

Color Harmonies of #4DDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBBA

Black with #4DDBBA

Text Example


Text Example

White with #4DDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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