#4BCAC3

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

Shades of Medium Turquoise #4BCAC3

Tints of Medium Turquoise #4BCAC3

Color information

#4BCAC3 (or 0x4BCAC3) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CA and C3. RGB value is (75,202,195). Sum of RGB (Red+Green+Blue) = 75+202+195=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAC3 is #B4353C. Grayscale: #A3A3A3. Windows color (decimal): -11810109 or 12831307. OLE color: 12831307.

HSL color Cylindrical-coordinate representation of color #4BCAC3: hue angle of 176.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCAC3 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB75202195-
CMYK0.6300.030.21
HSL176.69º54.51%54.31%-
HSV(B)176.69º62.87%79.22%-
XYZ33.8747.6859.05-
YUV163.23145.9265.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.89%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=15.89%
G=42.80%
B=41.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021950.6300.030.21176.6954.5154.31
Hex4BCAC33F0315b13736
Octal1133123037703252616766
Binary100101111001010110000111111110111010110110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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