Html Css Color HEX #3BD0BF Medium Turquoise

📋 copy color: '#3BD0BF'

red 59 ◦ green 208 ◦ blue 191

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

Shades of Medium Turquoise #3BD0BF

Tints of Medium Turquoise #3BD0BF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

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

R = 12.88%
G = 45.41%
B = 41.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#3BD0BF (or 0x3BD0BF) is known color: Medium Turquoise. HEX triplet: 3B, D0 and BF. RGB value is (59,208,191). Sum of RGB (Red+Green+Blue) = 59+208+191=458 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.88% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD0BF is #C42F40. Grayscale: #A1A1A1. Windows color (decimal): -12857153 or 12570683. OLE color: 12570683.

HSL color Cylindrical-coordinate representation of color #3BD0BF: hue angle of 173.15º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD0BF is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 208 191 -
CMYK 0.72 0 0.08 0.18
HSL 173.15º 0.61% 0.52% -
HSV(B) 173.15º 0.72% 0.82% -
XYZ 33.76 49.8 57.12 -
YUV 161.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 59 208 191 0.72 0 0.08 0.18 173.15 0.61 0.52
Hex 3B D0 BF 48 0 8 12 AD 3D 34
Octal 73 320 277 110 0 10 22 255 75 64
Binary 111011 11010000 10111111 1001000 0 1000 10010 10101101 111101 110100

Color Harmonies of #3BD0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD0BF

Black with #3BD0BF

Text Example


Text Example

White with #3BD0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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