#4BC3BE

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

Shades of Medium Turquoise #4BC3BE

Tints of Medium Turquoise #4BC3BE

Color information

#4BC3BE (or 0x4BC3BE) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C3 and BE. RGB value is (75,195,190). Sum of RGB (Red+Green+Blue) = 75+195+190=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC3BE is #B43C41. Grayscale: #9E9E9E. Windows color (decimal): -11811906 or 12501835. OLE color: 12501835.

HSL color Cylindrical-coordinate representation of color #4BC3BE: hue angle of 177.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC3BE is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB75195190-
CMYK0.6200.030.24
HSL177.5º50%52.94%-
HSV(B)177.5º61.54%76.47%-
XYZ31.7144.2455.58-
YUV158.55145.7468.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.30%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=16.30%
G=42.39%
B=41.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751951900.6200.030.24177.55052.94
Hex4BC3BE3E0318b23235
Octal1133032767603302626265
Binary100101111000011101111101111100111100010110010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,195,190); }

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

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

 a { background-color: rgb(75,195,190); }

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

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

 span { border-color: rgb(75,195,190); }

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