#4BC3C3

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

Shades of Medium Turquoise #4BC3C3

Tints of Medium Turquoise #4BC3C3

Color information

#4BC3C3 (or 0x4BC3C3) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C3 and C3. RGB value is (75,195,195). Sum of RGB (Red+Green+Blue) = 75+195+195=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #4BC3C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC3C3 is #B43C3C. Grayscale: #9F9F9F. Windows color (decimal): -11811901 or 12829515. OLE color: 12829515.

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

Color convert

RGB75195195-
CMYK0.62000.24
HSL180º50%52.94%-
HSV(B)180º61.54%76.47%-
XYZ32.2744.4758.51-
YUV159.12148.2468-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.13%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=16.13%
G=41.94%
B=41.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751951950.62000.241805052.94
Hex4BC3C33E0018b43235
Octal1133033037600302646265
Binary10010111100001111000011111110001100010110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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