Html Css Color HEX #3BD3BA Medium Turquoise

📋 copy color: '#3BD3BA'

red 59 ◦ green 211 ◦ blue 186

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

Shades of Medium Turquoise #3BD3BA

Tints of Medium Turquoise #3BD3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.27%

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

R = 12.94%
G = 46.27%
B = 40.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#3BD3BA (or 0x3BD3BA) is known color: Medium Turquoise. HEX triplet: 3B, D3 and BA. RGB value is (59,211,186). Sum of RGB (Red+Green+Blue) = 59+211+186=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD3BA is #C42C45. Grayscale: #A2A2A2. Windows color (decimal): -12856390 or 12243771. OLE color: 12243771.

HSL color Cylindrical-coordinate representation of color #3BD3BA: hue angle of 170.13º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD3BA is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 59 211 186 -
CMYK 0.72 0 0.12 0.17
HSL 170.13º 0.63% 0.53% -
HSV(B) 170.13º 0.72% 0.83% -
XYZ 33.96 51.06 54.52 -
YUV 162.7 141.14 54.03 -
System Red Green Blue C M Y K H S L
Decimal 59 211 186 0.72 0 0.12 0.17 170.13 0.63 0.53
Hex 3B D3 BA 48 0 C 11 AA 3F 35
Octal 73 323 272 110 0 14 21 252 77 65
Binary 111011 11010011 10111010 1001000 0 1100 10001 10101010 111111 110101

Color Harmonies of #3BD3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD3BA

Black with #3BD3BA

Text Example


Text Example

White with #3BD3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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