Html Css Color HEX #3BC4BA Medium Turquoise

📋 copy color: '#3BC4BA'

red 59 ◦ green 196 ◦ blue 186

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

Shades of Medium Turquoise #3BC4BA

Tints of Medium Turquoise #3BC4BA

RGB

 RED value IS 59 (23.44% from 255) = 13.38%

 GREEN value IS 196 (76.95% from 255) = 44.44%

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

R = 13.38%
G = 44.44%
B = 42.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#3BC4BA (or 0x3BC4BA) is known color: Medium Turquoise. HEX triplet: 3B, C4 and BA. RGB value is (59,196,186). Sum of RGB (Red+Green+Blue) = 59+196+186=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC4BA is #C43B45. Grayscale: #999999. Windows color (decimal): -12860230 or 12239931. OLE color: 12239931.

HSL color Cylindrical-coordinate representation of color #3BC4BA: hue angle of 175.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC4BA is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 59 196 186 -
CMYK 0.70 0 0.05 0.23
HSL 175.62º 0.54% 0.5% -
HSV(B) 175.62º 0.7% 0.77% -
XYZ 30.41 43.95 53.34 -
YUV 153.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 59 196 186 0.70 0 0.05 0.23 175.62 0.54 0.5
Hex 3B C4 BA 46 0 5 17 B0 36 32
Octal 73 304 272 106 0 5 27 260 66 62
Binary 111011 11000100 10111010 1000110 0 101 10111 10110000 110110 110010

Color Harmonies of #3BC4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC4BA

Black with #3BC4BA

Text Example


Text Example

White with #3BC4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC4BA; }

 p { color: rgb(59,196,186); }

 H1.HeaderClassName
 {
   color: #3BC4BA;
 }
 .AnyTagClassName
 {
   color: #3BC4BA;
 }
</style>

background-color css

<style>
 a { background-color: #3BC4BA; }

 a { background-color: rgb(59,196,186); }

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

border-color css

<style>
 span { border-color: #3BC4BA; }

 span { border-color: rgb(59,196,186); }

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