Html Css Color HEX #43BFBE Medium Turquoise

📋 copy color: '#43BFBE'

red 67 ◦ green 191 ◦ blue 190

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

Shades of Medium Turquoise #43BFBE

Tints of Medium Turquoise #43BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 42.63%

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 14.96%
G = 42.63%
B = 42.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#43BFBE (or 0x43BFBE) is known color: Medium Turquoise. HEX triplet: 43, BF and BE. RGB value is (67,191,190). Sum of RGB (Red+Green+Blue) = 67+191+190=448 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.96% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #43BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BFBE is #BC4041. Grayscale: #999999. Windows color (decimal): -12337218 or 12500803. OLE color: 12500803.

HSL color Cylindrical-coordinate representation of color #43BFBE: hue angle of 179.52º degrees, saturation: 0.49, 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 #43BFBE is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 191 190 -
CMYK 0.65 0 0.01 0.25
HSL 179.52º 0.49% 0.51% -
HSV(B) 179.52º 0.65% 0.75% -
XYZ 30.24 42.17 55.26 -
YUV 153.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 67 191 190 0.65 0 0.01 0.25 179.52 0.49 0.51
Hex 43 BF BE 41 0 1 19 B4 31 33
Octal 103 277 276 101 0 1 31 264 61 63
Binary 1000011 10111111 10111110 1000001 0 1 11001 10110100 110001 110011

Color Harmonies of #43BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43BFBE

Black with #43BFBE

Text Example


Text Example

White with #43BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,191,190); }

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

background-color css

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

 a { background-color: rgb(67,191,190); }

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

border-color css

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

 span { border-color: rgb(67,191,190); }

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