Html Css Color HEX #43C0BA Medium Turquoise

📋 copy color: '#43C0BA'

red 67 ◦ green 192 ◦ blue 186

#43C0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #43C0BA

Tints of Medium Turquoise #43C0BA

RGB

 RED value IS 67 (26.56% from 255) = 15.06%

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 15.06%
G = 43.15%
B = 41.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#43C0BA (or 0x43C0BA) is known color: Medium Turquoise. HEX triplet: 43, C0 and BA. RGB value is (67,192,186). Sum of RGB (Red+Green+Blue) = 67+192+186=445 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.06% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0BA is #BC3F45. Grayscale: #999999. Windows color (decimal): -12336966 or 12238915. OLE color: 12238915.

HSL color Cylindrical-coordinate representation of color #43C0BA: hue angle of 177.12º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C0BA is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 192 186 -
CMYK 0.65 0 0.03 0.25
HSL 177.12º 0.5% 0.51% -
HSV(B) 177.12º 0.65% 0.75% -
XYZ 30.03 42.44 53.06 -
YUV 153.94 146.09 65.99 -
System Red Green Blue C M Y K H S L
Decimal 67 192 186 0.65 0 0.03 0.25 177.12 0.5 0.51
Hex 43 C0 BA 41 0 3 19 B1 32 33
Octal 103 300 272 101 0 3 31 261 62 63
Binary 1000011 11000000 10111010 1000001 0 11 11001 10110001 110010 110011

Color Harmonies of #43C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C0BA

Black with #43C0BA

Text Example


Text Example

White with #43C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43C0BA;
 }
 .AnyTagClassName
 {
   color: #43C0BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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