Html Css Color HEX #3BD5BF Medium Turquoise

📋 copy color: '#3BD5BF'

red 59 ◦ green 213 ◦ blue 191

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

Shades of Medium Turquoise #3BD5BF

Tints of Medium Turquoise #3BD5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 191 (75% from 255) = 41.25%

R = 12.74%
G = 46%
B = 41.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#3BD5BF (or 0x3BD5BF) is known color: Medium Turquoise. HEX triplet: 3B, D5 and BF. RGB value is (59,213,191). Sum of RGB (Red+Green+Blue) = 59+213+191=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD5BF is #C42A40. Grayscale: #A4A4A4. Windows color (decimal): -12855873 or 12571963. OLE color: 12571963.

HSL color Cylindrical-coordinate representation of color #3BD5BF: hue angle of 171.43º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD5BF is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 213 191 -
CMYK 0.72 0 0.10 0.16
HSL 171.43º 0.65% 0.53% -
HSV(B) 171.43º 0.72% 0.84% -
XYZ 35 52.28 57.54 -
YUV 164.45 142.98 52.79 -
System Red Green Blue C M Y K H S L
Decimal 59 213 191 0.72 0 0.10 0.16 171.43 0.65 0.53
Hex 3B D5 BF 48 0 A 10 AB 41 35
Octal 73 325 277 110 0 12 20 253 101 65
Binary 111011 11010101 10111111 1001000 0 1010 10000 10101011 1000001 110101

Color Harmonies of #3BD5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD5BF

Black with #3BD5BF

Text Example


Text Example

White with #3BD5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,213,191); }

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

background-color css

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

 a { background-color: rgb(59,213,191); }

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

border-color css

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

 span { border-color: rgb(59,213,191); }

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