#4BCAC5

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

Shades of Medium Turquoise #4BCAC5

Tints of Medium Turquoise #4BCAC5

Color information

#4BCAC5 (or 0x4BCAC5) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CA and C5. RGB value is (75,202,197). Sum of RGB (Red+Green+Blue) = 75+202+197=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAC5 is #B4353A. Grayscale: #A3A3A3. Windows color (decimal): -11810107 or 12962379. OLE color: 12962379.

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

Color convert

RGB75202197-
CMYK0.6300.020.21
HSL177.64º54.51%54.31%-
HSV(B)177.64º62.87%79.22%-
XYZ34.147.7760.25-
YUV163.46146.9264.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.82%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=15.82%
G=42.62%
B=41.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021970.6300.020.21177.6454.5154.31
Hex4BCAC53F0215b23736
Octal1133123057702252626766
Binary100101111001010110001011111110101010110110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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