Html Css Color HEX #43D1BA Medium Turquoise

📋 copy color: '#43D1BA'

red 67 ◦ green 209 ◦ blue 186

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

Shades of Medium Turquoise #43D1BA

Tints of Medium Turquoise #43D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.24%

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

R = 14.5%
G = 45.24%
B = 40.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#43D1BA (or 0x43D1BA) is known color: Medium Turquoise. HEX triplet: 43, D1 and BA. RGB value is (67,209,186). Sum of RGB (Red+Green+Blue) = 67+209+186=462 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.50% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #43D1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D1BA is #BC2E45. Grayscale: #A3A3A3. Windows color (decimal): -12332614 or 12243267. OLE color: 12243267.

HSL color Cylindrical-coordinate representation of color #43D1BA: hue angle of 170.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D1BA is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 67 209 186 -
CMYK 0.68 0 0.11 0.18
HSL 170.28º 0.61% 0.54% -
HSV(B) 170.28º 0.68% 0.82% -
XYZ 33.98 50.34 54.38 -
YUV 163.92 140.46 58.87 -
System Red Green Blue C M Y K H S L
Decimal 67 209 186 0.68 0 0.11 0.18 170.28 0.61 0.54
Hex 43 D1 BA 44 0 B 12 AA 3D 36
Octal 103 321 272 104 0 13 22 252 75 66
Binary 1000011 11010001 10111010 1000100 0 1011 10010 10101010 111101 110110

Color Harmonies of #43D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D1BA

Black with #43D1BA

Text Example


Text Example

White with #43D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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