#4BC5B7

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

Shades of Medium Turquoise #4BC5B7

Tints of Medium Turquoise #4BC5B7

Color information

#4BC5B7 (or 0x4BC5B7) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C5 and B7. RGB value is (75,197,183). Sum of RGB (Red+Green+Blue) = 75+197+183=455 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.48% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC5B7 is #B43A48. Grayscale: #9E9E9E. Windows color (decimal): -11811401 or 12043595. OLE color: 12043595.

HSL color Cylindrical-coordinate representation of color #4BC5B7: hue angle of 173.11º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC5B7 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB75197183-
CMYK0.6200.070.23
HSL173.11º51.26%53.33%-
HSV(B)173.11º61.93%77.25%-
XYZ31.4244.8551.8-
YUV158.93141.5868.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.48%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=16.48%
G=43.30%
B=40.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751971830.6200.070.23173.1151.2653.33
Hex4BC5B73E0717ad3335
Octal1133052677607272556365
Binary1001011110001011011011111111001111011110101101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,183); }

 H1.HeaderClassName
 {
   color: #4BC5B7;
 }
 .AnyTagClassName
 {
   color: #4BC5B7;
 }
</style>
background-color css

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

 a { background-color: rgb(75,197,183); }

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

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

 span { border-color: rgb(75,197,183); }

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