#43C5BC

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

Shades of Medium Turquoise #43C5BC

Tints of Medium Turquoise #43C5BC

Color information

#43C5BC (or 0x43C5BC) is unknown color: approx Medium Turquoise. HEX triplet: 43, C5 and BC. RGB value is (67,197,188). Sum of RGB (Red+Green+Blue) = 67+197+188=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #43C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C5BC is #BC3A43. Grayscale: #9D9D9D. Windows color (decimal): -12335684 or 12371267. OLE color: 12371267.

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

Color convert

RGB67197188-
CMYK0.6600.050.23
HSL175.85º52.85%51.76%-
HSV(B)175.85º65.99%77.25%-
XYZ31.3644.7654.56-
YUV157.1145.4363.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.82%
GREEN value IS 197 (77.34% from 255) = 43.58%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=14.82%
G=43.58%
B=41.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671971880.6600.050.23175.8552.8551.76
Hex43C5BC420517b03534
Octal10330527410205272606564
Binary10000111100010110111100100001001011011110110000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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