#43C3BD

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

Shades of Medium Turquoise #43C3BD

Tints of Medium Turquoise #43C3BD

Color information

#43C3BD (or 0x43C3BD) is unknown color: approx Medium Turquoise. HEX triplet: 43, C3 and BD. RGB value is (67,195,189). Sum of RGB (Red+Green+Blue) = 67+195+189=451 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.86% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #43C3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C3BD is #BC3C42. Grayscale: #9B9B9B. Windows color (decimal): -12336195 or 12436291. OLE color: 12436291.

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

Color convert

RGB67195189-
CMYK0.6600.030.24
HSL177.19º51.61%51.37%-
HSV(B)177.19º65.64%76.47%-
XYZ31.0243.954.98-
YUV156.04146.5964.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.86%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=14.86%
G=43.24%
B=41.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal671951890.6600.030.24177.1951.6151.37
Hex43C3BD420318b13433
Octal10330327510203302616463
Binary1000011110000111011110110000100111100010110001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,195,189); }

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

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

 a { background-color: rgb(67,195,189); }

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

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

 span { border-color: rgb(67,195,189); }

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