Html Css Color HEX #3BC3BD Medium Turquoise

📋 copy color: '#3BC3BD'

red 59 ◦ green 195 ◦ blue 189

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

Shades of Medium Turquoise #3BC3BD

Tints of Medium Turquoise #3BC3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 13.32%
G = 44.02%
B = 42.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#3BC3BD (or 0x3BC3BD) is known color: Medium Turquoise. HEX triplet: 3B, C3 and BD. RGB value is (59,195,189). Sum of RGB (Red+Green+Blue) = 59+195+189=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC3BD is #C43C42. Grayscale: #999999. Windows color (decimal): -12860483 or 12436283. OLE color: 12436283.

HSL color Cylindrical-coordinate representation of color #3BC3BD: hue angle of 177.35º degrees, saturation: 0.54, 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 #3BC3BD is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 195 189 -
CMYK 0.70 0 0.03 0.24
HSL 177.35º 0.54% 0.5% -
HSV(B) 177.35º 0.7% 0.76% -
XYZ 30.5 43.63 54.96 -
YUV 153.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 59 195 189 0.70 0 0.03 0.24 177.35 0.54 0.5
Hex 3B C3 BD 46 0 3 18 B1 36 32
Octal 73 303 275 106 0 3 30 261 66 62
Binary 111011 11000011 10111101 1000110 0 11 11000 10110001 110110 110010

Color Harmonies of #3BC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC3BD

Black with #3BC3BD

Text Example


Text Example

White with #3BC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,195,189); }

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

background-color css

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

 a { background-color: rgb(59,195,189); }

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

border-color css

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

 span { border-color: rgb(59,195,189); }

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