Html Css Color HEX #3BC8BA Medium Turquoise

📋 copy color: '#3BC8BA'

red 59 ◦ green 200 ◦ blue 186

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

Shades of Medium Turquoise #3BC8BA

Tints of Medium Turquoise #3BC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

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

R = 13.26%
G = 44.94%
B = 41.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#3BC8BA (or 0x3BC8BA) is known color: Medium Turquoise. HEX triplet: 3B, C8 and BA. RGB value is (59,200,186). Sum of RGB (Red+Green+Blue) = 59+200+186=445 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.26% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC8BA is #C43745. Grayscale: #9C9C9C. Windows color (decimal): -12859206 or 12240955. OLE color: 12240955.

HSL color Cylindrical-coordinate representation of color #3BC8BA: hue angle of 174.04º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC8BA is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 200 186 -
CMYK 0.70 0 0.07 0.22
HSL 174.04º 0.56% 0.51% -
HSV(B) 174.04º 0.71% 0.78% -
XYZ 31.32 45.78 53.64 -
YUV 156.25 144.79 58.64 -
System Red Green Blue C M Y K H S L
Decimal 59 200 186 0.70 0 0.07 0.22 174.04 0.56 0.51
Hex 3B C8 BA 46 0 7 16 AE 38 33
Octal 73 310 272 106 0 7 26 256 70 63
Binary 111011 11001000 10111010 1000110 0 111 10110 10101110 111000 110011

Color Harmonies of #3BC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC8BA

Black with #3BC8BA

Text Example


Text Example

White with #3BC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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