#43c4c8

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

Shades of Medium Turquoise #43C4C8

Tints of Medium Turquoise #43C4C8

Color information

#43C4C8 (or 0x43C4C8) is unknown color: approx Medium Turquoise. HEX triplet: 43, C4 and C8. RGB value is (67,196,200). Sum of RGB (Red+Green+Blue) = 67+196+200=463 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.47% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #43C4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C4C8 is #BC3B37. Grayscale: #9D9D9D. Windows color (decimal): -12335928 or 13157443. OLE color: 13157443.

HSL color Cylindrical-coordinate representation of color #43C4C8: hue angle of 181.8º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C4C8 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB67196200-
CMYK0.660.0200.22
HSL181.8º54.73%52.35%-
HSV(B)181.8º66.5%78.43%-
XYZ32.4844.8461.59-
YUV157.88151.7663.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.47%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=14.47%
G=42.33%
B=43.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal671962000.660.0200.22181.854.7352.35
Hex43C4C8422016b63734
Octal10330431010220262666764
Binary1000011110001001100100010000101001011010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43c4c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,196,200); }

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

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

 a { background-color: rgb(67,196,200); }

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

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

 span { border-color: rgb(67,196,200); }

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