#43C5BF

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

Shades of Medium Turquoise #43C5BF

Tints of Medium Turquoise #43C5BF

Color information

#43C5BF (or 0x43C5BF) is unknown color: approx Medium Turquoise. HEX triplet: 43, C5 and BF. RGB value is (67,197,191). Sum of RGB (Red+Green+Blue) = 67+197+191=455 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.73% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #43C5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C5BF is #BC3A40. Grayscale: #9D9D9D. Windows color (decimal): -12335681 or 12567875. OLE color: 12567875.

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

Color convert

RGB67197191-
CMYK0.6600.030.23
HSL177.23º52.85%51.76%-
HSV(B)177.23º65.99%77.25%-
XYZ31.6844.8956.28-
YUV157.45146.9363.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.73%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 191 (75% from 255) = 41.98%
R=14.73%
G=43.30%
B=41.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671971910.6600.030.23177.2352.8551.76
Hex43C5BF420317b13534
Octal10330527710203272616564
Binary1000011110001011011111110000100111011110110001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,197,191); }

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

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

 a { background-color: rgb(67,197,191); }

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

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

 span { border-color: rgb(67,197,191); }

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