#4BC6C0

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

Shades of Medium Turquoise #4BC6C0

Tints of Medium Turquoise #4BC6C0

Color information

#4BC6C0 (or 0x4BC6C0) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C6 and C0. RGB value is (75,198,192). Sum of RGB (Red+Green+Blue) = 75+198+192=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC6C0 is #B4393F. Grayscale: #A0A0A0. Windows color (decimal): -11811136 or 12633675. OLE color: 12633675.

HSL color Cylindrical-coordinate representation of color #4BC6C0: hue angle of 177.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC6C0 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB75198192-
CMYK0.6200.030.22
HSL177.07º51.9%53.53%-
HSV(B)177.07º62.12%77.65%-
XYZ32.6145.6956.97-
YUV160.54145.7566.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.13%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=16.13%
G=42.58%
B=41.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751981920.6200.030.22177.0751.953.53
Hex4BC6C03E0316b13436
Octal1133063007603262616466
Binary100101111000110110000001111100111011010110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,198,192); }

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

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

 a { background-color: rgb(75,198,192); }

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

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

 span { border-color: rgb(75,198,192); }

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