#4BCAC1

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

Shades of Medium Turquoise #4BCAC1

Tints of Medium Turquoise #4BCAC1

Color information

#4BCAC1 (or 0x4BCAC1) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CA and C1. RGB value is (75,202,193). Sum of RGB (Red+Green+Blue) = 75+202+193=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAC1 is #B4353E. Grayscale: #A2A2A2. Windows color (decimal): -11810111 or 12700235. OLE color: 12700235.

HSL color Cylindrical-coordinate representation of color #4BCAC1: hue angle of 175.75º 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 #4BCAC1 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB75202193-
CMYK0.6300.040.21
HSL175.75º54.51%54.31%-
HSV(B)175.75º62.87%79.22%-
XYZ33.6547.5957.86-
YUV163144.9265.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.96%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=15.96%
G=42.98%
B=41.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021930.6300.040.21175.7554.5154.31
Hex4BCAC13F0415b03736
Octal1133123017704252606766
Binary1001011110010101100000111111101001010110110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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