#43C0B7

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

Shades of Medium Turquoise #43C0B7

Tints of Medium Turquoise #43C0B7

Color information

#43C0B7 (or 0x43C0B7) is unknown color: approx Medium Turquoise. HEX triplet: 43, C0 and B7. RGB value is (67,192,183). Sum of RGB (Red+Green+Blue) = 67+192+183=442 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.16% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0B7 is #BC3F48. Grayscale: #999999. Windows color (decimal): -12336969 or 12042307. OLE color: 12042307.

HSL color Cylindrical-coordinate representation of color #43C0B7: hue angle of 175.68º 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 #43C0B7 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB67192183-
CMYK0.6500.050.25
HSL175.68º49.8%50.78%-
HSV(B)175.68º65.1%75.29%-
XYZ29.7142.3151.4-
YUV153.6144.5966.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.16%
GREEN value IS 192 (75.39% from 255) = 43.44%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=15.16%
G=43.44%
B=41.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671921830.6500.050.25175.6849.850.78
Hex43C0B7410519b03233
Octal10330026710105312606263
Binary10000111100000010110111100000101011100110110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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