Html Css Color HEX #3DC6BE Medium Turquoise

📋 copy color: '#3DC6BE'

red 61 ◦ green 198 ◦ blue 190

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

Shades of Medium Turquoise #3DC6BE

Tints of Medium Turquoise #3DC6BE

RGB

 RED value IS 61 (24.22% from 255) = 13.59%

 GREEN value IS 198 (77.73% from 255) = 44.1%

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

R = 13.59%
G = 44.1%
B = 42.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#3DC6BE (or 0x3DC6BE) is known color: Medium Turquoise. HEX triplet: 3D, C6 and BE. RGB value is (61,198,190). Sum of RGB (Red+Green+Blue) = 61+198+190=449 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.59% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC6BE is #C23941. Grayscale: #9C9C9C. Windows color (decimal): -12728642 or 12502589. OLE color: 12502589.

HSL color Cylindrical-coordinate representation of color #3DC6BE: hue angle of 176.5º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC6BE is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 198 190 -
CMYK 0.69 0 0.04 0.22
HSL 176.5º 0.55% 0.51% -
HSV(B) 176.5º 0.69% 0.78% -
XYZ 31.41 45.1 55.76 -
YUV 156.13 147.11 60.15 -
System Red Green Blue C M Y K H S L
Decimal 61 198 190 0.69 0 0.04 0.22 176.5 0.55 0.51
Hex 3D C6 BE 45 0 4 16 B0 37 33
Octal 75 306 276 105 0 4 26 260 67 63
Binary 111101 11000110 10111110 1000101 0 100 10110 10110000 110111 110011

Color Harmonies of #3DC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC6BE

Black with #3DC6BE

Text Example


Text Example

White with #3DC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,198,190); }

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

background-color css

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

 a { background-color: rgb(61,198,190); }

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

border-color css

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

 span { border-color: rgb(61,198,190); }

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