#4BCABA

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

Shades of Medium Turquoise #4BCABA

Tints of Medium Turquoise #4BCABA

Color information

#4BCABA (or 0x4BCABA) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CA and BA. RGB value is (75,202,186). Sum of RGB (Red+Green+Blue) = 75+202+186=463 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.20% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCABA is #B43545. Grayscale: #A2A2A2. Windows color (decimal): -11810118 or 12241483. OLE color: 12241483.

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

Color convert

RGB75202186-
CMYK0.6300.080.21
HSL172.44º54.51%54.31%-
HSV(B)172.44º62.87%79.22%-
XYZ32.8947.2853.85-
YUV162.2141.4265.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.20%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=16.20%
G=43.63%
B=40.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021860.6300.080.21172.4454.5154.31
Hex4BCABA3F0815ac3736
Octal11331227277010252546766
Binary10010111100101010111010111111010001010110101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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