#43C1B8

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

Shades of Medium Turquoise #43C1B8

Tints of Medium Turquoise #43C1B8

Color information

#43C1B8 (or 0x43C1B8) is unknown color: approx Medium Turquoise. HEX triplet: 43, C1 and B8. RGB value is (67,193,184). Sum of RGB (Red+Green+Blue) = 67+193+184=444 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.09% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #43C1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C1B8 is #BC3E47. Grayscale: #9A9A9A. Windows color (decimal): -12336712 or 12108099. OLE color: 12108099.

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

Color convert

RGB67193184-
CMYK0.6500.050.24
HSL175.71º50.4%50.98%-
HSV(B)175.71º65.28%75.69%-
XYZ30.0442.7952.02-
YUV154.3144.7665.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.09%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 184 (72.27% from 255) = 41.44%
R=15.09%
G=43.47%
B=41.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal671931840.6500.050.24175.7150.450.98
Hex43C1B8410518b03233
Octal10330127010105302606263
Binary10000111100000110111000100000101011100010110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,193,184); }

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

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

 a { background-color: rgb(67,193,184); }

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

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

 span { border-color: rgb(67,193,184); }

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