Html Css Color HEX #4DCBBC Medium Turquoise

📋 copy color: '#4DCBBC'

red 77 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #4DCBBC

Tints of Medium Turquoise #4DCBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 16.45%
G = 43.38%
B = 40.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#4DCBBC (or 0x4DCBBC) is known color: Medium Turquoise. HEX triplet: 4D, CB and BC. RGB value is (77,203,188). Sum of RGB (Red+Green+Blue) = 77+203+188=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBBC is #B23443. Grayscale: #A3A3A3. Windows color (decimal): -11678788 or 12372813. OLE color: 12372813.

HSL color Cylindrical-coordinate representation of color #4DCBBC: hue angle of 172.86º 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 #4DCBBC is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 203 188 -
CMYK 0.62 0 0.07 0.20
HSL 172.86º 0.55% 0.55% -
HSV(B) 172.86º 0.62% 0.8% -
XYZ 33.49 47.92 55.06 -
YUV 163.62 141.76 66.22 -
System Red Green Blue C M Y K H S L
Decimal 77 203 188 0.62 0 0.07 0.20 172.86 0.55 0.55
Hex 4D CB BC 3E 0 7 14 AD 37 37
Octal 115 313 274 76 0 7 24 255 67 67
Binary 1001101 11001011 10111100 111110 0 111 10100 10101101 110111 110111

Color Harmonies of #4DCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCBBC

Black with #4DCBBC

Text Example


Text Example

White with #4DCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,203,188); }

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

background-color css

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

 a { background-color: rgb(77,203,188); }

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

border-color css

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

 span { border-color: rgb(77,203,188); }

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