Html Css Color HEX #3BD5BE Medium Turquoise

📋 copy color: '#3BD5BE'

red 59 ◦ green 213 ◦ blue 190

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

Shades of Medium Turquoise #3BD5BE

Tints of Medium Turquoise #3BD5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 12.77%
G = 46.1%
B = 41.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#3BD5BE (or 0x3BD5BE) is known color: Medium Turquoise. HEX triplet: 3B, D5 and BE. RGB value is (59,213,190). Sum of RGB (Red+Green+Blue) = 59+213+190=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD5BE is #C42A41. Grayscale: #A4A4A4. Windows color (decimal): -12855874 or 12506427. OLE color: 12506427.

HSL color Cylindrical-coordinate representation of color #3BD5BE: hue angle of 171.04º 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 #3BD5BE is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 213 190 -
CMYK 0.72 0 0.11 0.16
HSL 171.04º 0.65% 0.53% -
HSV(B) 171.04º 0.72% 0.84% -
XYZ 34.89 52.24 56.96 -
YUV 164.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 59 213 190 0.72 0 0.11 0.16 171.04 0.65 0.53
Hex 3B D5 BE 48 0 B 10 AB 41 35
Octal 73 325 276 110 0 13 20 253 101 65
Binary 111011 11010101 10111110 1001000 0 1011 10000 10101011 1000001 110101

Color Harmonies of #3BD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD5BE

Black with #3BD5BE

Text Example


Text Example

White with #3BD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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