#4DCBBC

Color #4DCBBC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4DCBBC

Tints of Medium Turquoise #4DCBBC

Color information

#4DCBBC (or 0x4DCBBC) is unknown color: approx 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

RGB77203188-
CMYK0.6200.070.20
HSL172.86º54.78%54.9%-
HSV(B)172.86º62.07%79.61%-
XYZ33.4947.9255.06-
YUV163.62141.7666.22-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772031880.6200.070.20172.8654.7854.9
Hex4DCBBC3E0714ad3737
Octal1153132747607242556767
Binary1001101110010111011110011111001111010010101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>