Html Css Color HEX #3BC2BA Medium Turquoise

📋 copy color: '#3BC2BA'

red 59 ◦ green 194 ◦ blue 186

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

Shades of Medium Turquoise #3BC2BA

Tints of Medium Turquoise #3BC2BA

RGB

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

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

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

R = 13.44%
G = 44.19%
B = 42.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#3BC2BA (or 0x3BC2BA) is known color: Medium Turquoise. HEX triplet: 3B, C2 and BA. RGB value is (59,194,186). Sum of RGB (Red+Green+Blue) = 59+194+186=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2BA is #C43D45. Grayscale: #989898. Windows color (decimal): -12860742 or 12239419. OLE color: 12239419.

HSL color Cylindrical-coordinate representation of color #3BC2BA: hue angle of 176.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC2BA is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 186 -
CMYK 0.70 0 0.04 0.24
HSL 176.44º 0.53% 0.5% -
HSV(B) 176.44º 0.7% 0.76% -
XYZ 29.96 43.06 53.19 -
YUV 152.72 146.77 61.15 -
System Red Green Blue C M Y K H S L
Decimal 59 194 186 0.70 0 0.04 0.24 176.44 0.53 0.5
Hex 3B C2 BA 46 0 4 18 B0 35 32
Octal 73 302 272 106 0 4 30 260 65 62
Binary 111011 11000010 10111010 1000110 0 100 11000 10110000 110101 110010

Color Harmonies of #3BC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC2BA

Black with #3BC2BA

Text Example


Text Example

White with #3BC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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