#43C0BA

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

Shades of Medium Turquoise #43C0BA

Tints of Medium Turquoise #43C0BA

Color information

#43C0BA (or 0x43C0BA) is unknown color: approx Medium Turquoise. HEX triplet: 43, C0 and BA. RGB value is (67,192,186). Sum of RGB (Red+Green+Blue) = 67+192+186=445 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.06% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0BA is #BC3F45. Grayscale: #999999. Windows color (decimal): -12336966 or 12238915. OLE color: 12238915.

HSL color Cylindrical-coordinate representation of color #43C0BA: hue angle of 177.12º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C0BA is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB67192186-
CMYK0.6500.030.25
HSL177.12º49.8%50.78%-
HSV(B)177.12º65.1%75.29%-
XYZ30.0342.4453.06-
YUV153.94146.0965.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.06%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=15.06%
G=43.15%
B=41.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671921860.6500.030.25177.1249.850.78
Hex43C0BA410319b13233
Octal10330027210103312616263
Binary1000011110000001011101010000010111100110110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43C0BA; }

 p { color: rgb(67,192,186); }

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

<style>
 a { background-color: #43C0BA; }

 a { background-color: rgb(67,192,186); }

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

<style>
 span { border-color: #43C0BA; }

 span { border-color: rgb(67,192,186); }

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