Html Css Color HEX #43C2BB Medium Turquoise

📋 copy color: '#43C2BB'

red 67 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #43C2BB

Tints of Medium Turquoise #43C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 14.96%
G = 43.3%
B = 41.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#43C2BB (or 0x43C2BB) is known color: Medium Turquoise. HEX triplet: 43, C2 and BB. RGB value is (67,194,187). Sum of RGB (Red+Green+Blue) = 67+194+187=448 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.96% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #43C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C2BB is #BC3D44. Grayscale: #9B9B9B. Windows color (decimal): -12336453 or 12304963. OLE color: 12304963.

HSL color Cylindrical-coordinate representation of color #43C2BB: hue angle of 176.69º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C2BB is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 194 187 -
CMYK 0.65 0 0.04 0.24
HSL 176.69º 0.51% 0.51% -
HSV(B) 176.69º 0.65% 0.76% -
XYZ 30.58 43.36 53.77 -
YUV 155.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 67 194 187 0.65 0 0.04 0.24 176.69 0.51 0.51
Hex 43 C2 BB 41 0 4 18 B1 33 33
Octal 103 302 273 101 0 4 30 261 63 63
Binary 1000011 11000010 10111011 1000001 0 100 11000 10110001 110011 110011

Color Harmonies of #43C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C2BB

Black with #43C2BB

Text Example


Text Example

White with #43C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,194,187); }

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

background-color css

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

 a { background-color: rgb(67,194,187); }

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

border-color css

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

 span { border-color: rgb(67,194,187); }

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