Html Css Color HEX #4DCCB9 Medium Turquoise

📋 copy color: '#4DCCB9'

red 77 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #4DCCB9

Tints of Medium Turquoise #4DCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 16.52%
G = 43.78%
B = 39.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#4DCCB9 (or 0x4DCCB9) is known color: Medium Turquoise. HEX triplet: 4D, CC and B9. RGB value is (77,204,185). Sum of RGB (Red+Green+Blue) = 77+204+185=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCB9 is #B23346. Grayscale: #A3A3A3. Windows color (decimal): -11678535 or 12176461. OLE color: 12176461.

HSL color Cylindrical-coordinate representation of color #4DCCB9: hue angle of 171.02º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCB9 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 204 185 -
CMYK 0.62 0 0.09 0.2
HSL 171.02º 0.55% 0.55% -
HSV(B) 171.02º 0.62% 0.8% -
XYZ 33.41 48.27 53.45 -
YUV 163.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 77 204 185 0.62 0 0.09 0.2 171.02 0.55 0.55
Hex 4D CC B9 3E 0 9 14 AB 37 37
Octal 115 314 271 76 0 11 24 253 67 67
Binary 1001101 11001100 10111001 111110 0 1001 10100 10101011 110111 110111

Color Harmonies of #4DCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCB9

Black with #4DCCB9

Text Example


Text Example

White with #4DCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,204,185); }

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

background-color css

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

 a { background-color: rgb(77,204,185); }

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

border-color css

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

 span { border-color: rgb(77,204,185); }

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