#43C0C4

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

Shades of Medium Turquoise #43C0C4

Tints of Medium Turquoise #43C0C4

Color information

#43C0C4 (or 0x43C0C4) is unknown color: approx Medium Turquoise. HEX triplet: 43, C0 and C4. RGB value is (67,192,196). Sum of RGB (Red+Green+Blue) = 67+192+196=455 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.73% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #43C0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0C4 is #BC3F3B. Grayscale: #9A9A9A. Windows color (decimal): -12336956 or 12894275. OLE color: 12894275.

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

Color convert

RGB67192196-
CMYK0.660.0200.23
HSL181.86º52.23%51.57%-
HSV(B)181.86º65.82%76.86%-
XYZ31.1342.8858.86-
YUV155.08151.0965.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.73%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=14.73%
G=42.20%
B=43.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671921960.660.0200.23181.8652.2351.57
Hex43C0C4422017b63434
Octal10330030410220272666464
Binary1000011110000001100010010000101001011110110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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